Lorran Rodrigues

Results 4 comments of Lorran Rodrigues

Hi all, I'm encountering an issue with the setup and teardown feature in Airflow, which I believe is related to this issue. When executing a DAG with the provided setup...

Thank you @jscheffl, I modified the example with this other syntaxe: ``` (setup.as_setup() >> t1 >> t2 >> t3 >> teardown.as_teardown()) setup.as_setup() >> teardown.as_teardown() ``` But I see the same...

We have a similar use case for WAP: Currently, we use DBT to transform data, and more than 40 people work concurrently on our project. We have duplicated our lake...

@JunseoChoJJ we use [tabular](https://tabular.io/) as our data catalog