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

Expose DbtBaseOperator #58

Open
jsabbagh-tc opened this issue Feb 24, 2022 · 1 comment
Open

Expose DbtBaseOperator #58

jsabbagh-tc opened this issue Feb 24, 2022 · 1 comment

Comments

@jsabbagh-tc
Copy link

Please expose DbtBaseOperator in __init__.py as I would like to use the operator to extend my own custom operators.

@dinigo
Copy link

dinigo commented May 24, 2022

I suppose you can import it from it's full path:

from airflow_dbt.operators.dbt_operator import DbtBaseOperator

class MyDbtOperator(DbtBaseOperator):
    ...

Do you find some issue doing it like so?

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

No branches or pull requests

2 participants