-
Notifications
You must be signed in to change notification settings - Fork 194
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
Create an Airflow DAG/Task Group from a dbt selector argument #67
Labels
Comments
3 tasks
We will need this as well. |
jlaneve
added a commit
that referenced
this issue
Jan 10, 2023
This is a pretty large refactor of how we were doing parsing and generation to support a few goals: - General code maintainability and extensibility - Subclass Airflow's DAG and TaskGroup model instead of returning them - Remove `pydantic` dependency in favor of dataclasses (closes #74) - Add different testing types (`after_each`, `after_all`, `none`) (closes #62) - Add tags support (from code and from yml config) (partially addresses #67) - Add docs for testing types and tags Co-authored-by: Chris Hronek <[email protected]>
@pohek321 want to split these into different issues for each of the selector types? |
Closing issue since we split it out into smaller issues. |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
If this were completed, the DbtTaskGroup and DbtDag parsers would be able to parse given a selector argument like so:
The text was updated successfully, but these errors were encountered: