Metadata-Version: 2.1
Name: grai_source_fivetran
Version: 0.1.1a1
Summary: 
Home-page: https://www.grai.io/
License: Elastic-2.0
Author: Ian Eaves
Author-email: ian@grai.io
Requires-Python: >=3.9.13,<4.0.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: fivetran (>=0.7.0,<0.8.0)
Requires-Dist: grai-schemas (>=0.2.6,<0.3.0)
Requires-Dist: multimethod (>=1.8,<2.0)
Requires-Dist: pydantic (>=1.9.1,<2.0.0)
Requires-Dist: python-dotenv (>=0.21.1,<0.22.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Project-URL: Documentation, https://docs.grai.io/
Project-URL: Repository, https://github.com/grai-io/grai-core/tree/master/grai-integrations/source-fivetran
Description-Content-Type: text/markdown

# Grai Fivetran Integration

The Fivetran integration synchronizes metadata from your Fivetran instance into your Grai data lineage graph.


# Testing

Uses `fastapi-code-generator` to generate Pydantic base models for the Fivetran API.
More information about code generation can be found [here](https://github.com/koxudaxi/fastapi-code-generator).
Additionally, the project Makefile can be used to generate the models.

