Saul Burgos
03/01/2023, 9:34 PMsandy
03/01/2023, 10:07 PMcontext
object? This isn't currently possible, but if you file an issue, we might be able to add it. Alternatively, you could just import it inside your op/asset and access it that way?Saul Burgos
03/01/2023, 10:10 PMsandy
03/01/2023, 10:12 PMmy_repository_def.get_job("job_name")
Saul Burgos
03/01/2023, 10:15 PMsandy
03/01/2023, 10:21 PMSaul Burgos
03/01/2023, 10:22 PMsandy
03/01/2023, 10:22 PM@job
-decorated functions shouldn't have any logic in them other than stringing together ops and graphs: https://github.com/dagster-io/dagster/discussions/12554Saul Burgos
03/01/2023, 10:25 PMsandy
03/03/2023, 4:21 PMfrom ..repository import core_generic
inside the execute_dbt_project_asset_job
function