{"id":22793296,"url":"https://github.com/fivetran/prefect-fivetran","last_synced_at":"2025-10-16T08:06:00.743Z","repository":{"id":63979738,"uuid":"529364420","full_name":"fivetran/prefect-fivetran","owner":"fivetran","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-17T18:13:21.000Z","size":591,"stargazers_count":14,"open_issues_count":4,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T05:33:49.816Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://fivetran.github.io/prefect-fivetran/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fivetran.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-26T18:22:09.000Z","updated_at":"2024-10-17T18:13:26.000Z","dependencies_parsed_at":"2024-02-05T18:29:43.133Z","dependency_job_id":"239010e5-4f92-492d-9079-1b74050f8823","html_url":"https://github.com/fivetran/prefect-fivetran","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivetran%2Fprefect-fivetran","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivetran%2Fprefect-fivetran/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivetran%2Fprefect-fivetran/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivetran%2Fprefect-fivetran/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fivetran","download_url":"https://codeload.github.com/fivetran/prefect-fivetran/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249266511,"owners_count":21240767,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-12T03:19:05.394Z","updated_at":"2025-10-16T08:06:00.646Z","avatar_url":"https://github.com/fivetran.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# prefect-fivetran\n\n## Welcome!\n\nPrefect integrations with Fivetran\n\n### Disclaimer:\nPlease note that Fivetran no longer officially supports or maintains this repository. If a customer needs to add or modify something here, they will need to make a fork and work with it on their own. This repository is being left public and accessible for the benefit of customers who have built services around this product. Any edits or modifications are the sole responsibility of the modifying party.\n\n## Getting Started\n\n### Python setup\n\nRequires an installation of Python 3.7+.\n\nWe recommend using a Python virtual environment manager such as pipenv, conda or virtualenv.\n\nThese tasks are designed to work with Prefect 2.0. For more information about how to use Prefect, please refer to the [Prefect documentation](https://orion-docs.prefect.io/).\n\n### Installation\n\nInstall `prefect-fivetran` with `pip`:\n\n```bash\npip install prefect-fivetran\n```\n\nThen, register the blocks in this collection to [view them in Prefect Cloud](https://orion-docs.prefect.io/ui/blocks/):\n\n```bash\nprefect block register -m prefect_fivetran\n```\n\nNote, to use the `load` method on Blocks, you must already have a block document [saved through code](https://orion-docs.prefect.io/concepts/blocks/#saving-blocks) or [saved through the UI](https://orion-docs.prefect.io/ui/blocks/).\n\n\n### Write and run a flow\n\n```python\nfrom prefect import flow\nfrom prefect_fivetran import FivetranCredentials\nfrom prefect_fivetran.connectors import trigger_fivetran_connector_sync_and_wait_for_completion\n\n@flow\ndef my_flow():\n    ...\n    fivetran_credentials = FivetranCredentials(\n        api_key=\"my_api_key\",\n        api_secret=\"my_api_secret\",\n    )\n    fivetran_result = await trigger_fivetran_connector_sync_and_wait_for_completion(\n        fivetran_credentials=fivetran_credentials,\n        connector_id=\"my_connector_id\",\n        poll_status_every_n_seconds=30,\n    )\n    ...\n\nmy_flow()\n\n```\n\n## Resources\n\nIf you encounter any bugs while using `prefect-fivetran`, feel free to open an issue in the [prefect-fivetran](https://github.com/pubchimps/prefect-fivetran) repository.\n\nIf you have any questions or issues while using `prefect-fivetran`, you can find help in either the [Prefect Discourse forum](https://discourse.prefect.io/) or the [Prefect Slack community](https://prefect.io/slack).\n\n## Development\n\nIf you'd like to install a version of `prefect-fivetran` for development, clone the repository and perform an editable install with `pip`:\n\n```bash\ngit clone https://github.com/pubchimps/prefect-fivetran.git\n\ncd prefect-fivetran/\n\npip install -e \".[dev]\"\n\n# Install linting pre-commit hooks\npre-commit install\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffivetran%2Fprefect-fivetran","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffivetran%2Fprefect-fivetran","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffivetran%2Fprefect-fivetran/lists"}