Hi all, I try the new option to specify the `op_na...
# integration-dbt
j
Hi all, I try the new option to specify the
op_name
on
load_assets_from_dbt_project
Copy code
dbt_assets = load_assets_from_dbt_project(
            project_dir=DBT_PROJECT_PATH,
            profiles_dir=DBT_PROFILES,
            select=f"tag:{source}",
            op_name="dbt",      <----- op_name to "dbt"
            partitions_def=partitions_dict[f"fivetran_{source}"],
            key_prefix=source,
            use_build_command=True,
        )
the op_name change from
run_dbt_93142
to
dbt_93142
. I expected that the ops name is just
dbt
o
hi @Julius! thanks for the report -- this was a bug, which I fixed in: https://github.com/dagster-io/dagster/pull/14414. This fix will go out in this week's release.