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

Implement Apache Airflow provider's hook interface #62

Closed
tomasfarias opened this issue May 13, 2022 · 1 comment
Closed

Implement Apache Airflow provider's hook interface #62

tomasfarias opened this issue May 13, 2022 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Milestone

Comments

@tomasfarias
Copy link
Owner

tomasfarias commented May 13, 2022

Not quite an interface as it's not defined in BaseHook, but most Apache Airflow providers define proper connection types for each of their hooks. This may be a chance to refactor the hooks module into individual hook classes for each dbt supported target type. Furthermore, this can be the chance to clean up the docstring documentation as it's missing a lot of information.

Perhaps we can apply to be integrated into Apache Airflow as an official provider? Currently, a dbt Cloud provider package exists, but nothing for "vanilla" dbt.

@tomasfarias tomasfarias self-assigned this May 13, 2022
@tomasfarias tomasfarias added documentation Improvements or additions to documentation enhancement New feature or request labels May 13, 2022
@tomasfarias tomasfarias added this to the v1.0.0 milestone Mar 5, 2023
@tomasfarias
Copy link
Owner Author

Although not fully implemented in v1.0.0, we are happy with a partial implementation for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant