Tyler Wanner
07/25/2022, 6:07 PMdbt_cli_profile = DbtCliProfile(
name="jaffle_shop",
target="dev",
target_configs=target_configs,
)
result = trigger_dbt_cli_command(
"dbt debug",
overwrite_profiles=True,
dbt_cli_profile=dbt_cli_profile
)
It does not appear that there is a Prefect-native way to mount or pre-load a secret as a file at flow execution time but that's ok because I can get the values from a secret block and then use them in my flow this way rather than trying to worry about files at all