Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fivetran_provider_async still has a reference to fivetran_provider #45

Closed
pbhuss opened this issue Aug 10, 2023 · 1 comment · Fixed by #46
Closed

fivetran_provider_async still has a reference to fivetran_provider #45

pbhuss opened this issue Aug 10, 2023 · 1 comment · Fixed by #46
Assignees

Comments

@pbhuss
Copy link

pbhuss commented Aug 10, 2023

This is caused by #33

fivetran_provider_async still has a reference to fivetran_provider on this line:

"extra-links": ["fivetran_provider.operators.fivetran.RegistryLink"],

This is causing import errors in the Airflow webserver logs:

[2023-08-10T14:39:57.174+0000] {providers_manager.py:253} WARNING - Exception when importing 'fivetran_provider.operators.fivetran.RegistryLink' from 'airflow-provider-fivetran-async' package

ModuleNotFoundError: No module named 'fivetran_provider'
@pankajkoti
Copy link
Contributor

pankajkoti commented Aug 10, 2023

Thank you @pbhuss for the report. We just released 1.1.2 of the provider. Could you please try the latest release https://pypi.org/project/airflow-provider-fivetran-async/1.1.2/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants