File tree Expand file tree Collapse file tree 5 files changed +47
-371
lines changed Expand file tree Collapse file tree 5 files changed +47
-371
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " dapla-toolbelt"
3- version = " 4.0.1 "
3+ version = " 4.1.0 "
44description = " Dapla Toolbelt"
55authors = [" Dapla Developers <dapla-platform-developers@ssb.no>" ]
66license = " MIT"
@@ -23,12 +23,12 @@ gcsfs = ">=2022.7.1"
2323google-cloud-storage = " >=2.7.0"
2424pyjwt = " >=2.6.0"
2525tomli = " >=1.1.0"
26- google-cloud-pubsub = " >=2.14.1"
2726fsspec = " >=2023.12.2"
2827google-cloud-secret-manager = " >=2.21.0"
2928dapla-auth-client = " >=1.0.1"
3029deprecated = " ^1.2.18"
3130types-deprecated = " ^1.2.15.20250304"
31+ dapla-toolbelt-automation = " >=1.0.0"
3232
3333[tool .poetry .group .dev .dependencies ]
3434pygments = " >=2.10.0"
Original file line number Diff line number Diff line change 1111# and also is importable with `from dapla import AuthClient`
1212from dapla_auth_client import AuthClient
1313
14+ # Importing trigger_source_data_processing here so its exposed from dapla-toolbelt
15+ # and also is importable with `from dapla import trigger_source_data_processing`
16+ from dapla_toolbelt_automation import trigger_source_data_processing
17+
1418from .backports import details
1519from .backports import show
1620from .collector import CollectorClient
2226from .guardian import GuardianClient
2327from .pandas import read_pandas
2428from .pandas import write_pandas
25- from .pubsub import trigger_source_data_processing
2629
2730__all__ = [
2831 "AuthClient" ,
You can’t perform that action at this time.
0 commit comments