Skip to content

Commit

Permalink
Add DbtCloudJob block to top level import (#15880)
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdw authored Oct 30, 2024
1 parent 22b98e5 commit 5cfdfd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrations/prefect-dbt/prefect_dbt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from . import _version

from .cloud import DbtCloudCredentials # noqa
from .cloud import DbtCloudCredentials, DbtCloudJob # noqa
from .cli import ( # noqa
DbtCliProfile,
GlobalConfigs,
Expand Down

0 comments on commit 5cfdfd3

Please sign in to comment.