Adrien Besnard
08/30/2022, 9:12 AMprefect_dbt
and prefect_airbyte
collections exists, I was wondering if it makes sense to have something like a dedicated block for Airbyte (which allow us to store the server_url
but also invoke a trigger_sync
function) and the same question with a DBT block (and we store all the information that we can find in the profiles.yml
, for exemple)?
• What is the best way to log from a function of a Block
subclass? Can we use the get_run_logger()
or is preferable to use some sort of callbacks that are going to be invoked inside a @task
or something?
Thanks!Anna Geller
09/10/2022, 12:38 AM