Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Add support for dbt-build-operator #51

Open
wwells opened this issue Nov 10, 2021 · 1 comment · May be fixed by #68
Open

Add support for dbt-build-operator #51

wwells opened this issue Nov 10, 2021 · 1 comment · May be fixed by #68
Labels
API Small changes to the API. Ideal first contributions. good first issue Good for newcomers

Comments

@wwells
Copy link

wwells commented Nov 10, 2021

Hi GoCardless team! Would love to submit a PR to extend airflow-dbt to add a build operator to support functionality added in dbt v0.21

I've already updated the readme, tests, and airflow_dbt/operators/dbt_operator.py, but am unable to make a push to the remote repo so I can submit a PR.

$ git push origin dbt-build-operator
ERROR: Permission to gocardless/airflow-dbt.git denied to wwells.

If the maintaining team is interested in this augmentation, what should I do to participate?

@dinigo
Copy link

dinigo commented May 24, 2022

Hi, you can find a nice guide on how to submit your PR here, from Github themselves. I know this comes a little bit late.

You can always use the DbtBaseOperator

from airflow_dbt.operators.dbt_operator import DbtBaseOperator

dbt_build = DbtBaseOperator(
    task_id='dbt_build',
    command='build',
)

@andrewrjones andrewrjones added API Small changes to the API. Ideal first contributions. good first issue Good for newcomers labels May 27, 2022
@dinigo dinigo linked a pull request Sep 5, 2022 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
API Small changes to the API. Ideal first contributions. good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants