dagster-fivetran 0.28.0__tar.gz → 0.28.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. {dagster_fivetran-0.28.0/dagster_fivetran.egg-info → dagster_fivetran-0.28.2}/PKG-INFO +4 -5
  2. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/dagster_fivetran/asset_decorator.py +2 -1
  3. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/dagster_fivetran/asset_defs.py +2 -2
  4. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/dagster_fivetran/components/workspace_component/component.py +2 -2
  5. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/dagster_fivetran/fivetran_event_iterator.py +2 -2
  6. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/dagster_fivetran/resources.py +2 -2
  7. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/dagster_fivetran/translator.py +2 -3
  8. dagster_fivetran-0.28.2/dagster_fivetran/version.py +1 -0
  9. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2/dagster_fivetran.egg-info}/PKG-INFO +4 -5
  10. dagster_fivetran-0.28.2/dagster_fivetran.egg-info/requires.txt +7 -0
  11. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/setup.py +3 -4
  12. dagster_fivetran-0.28.0/dagster_fivetran/version.py +0 -1
  13. dagster_fivetran-0.28.0/dagster_fivetran.egg-info/requires.txt +0 -7
  14. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/LICENSE +0 -0
  15. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/MANIFEST.in +0 -0
  16. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/README.md +0 -0
  17. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/dagster_fivetran/__init__.py +0 -0
  18. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/dagster_fivetran/cli.py +0 -0
  19. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/dagster_fivetran/components/__init__.py +0 -0
  20. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/dagster_fivetran/components/workspace_component/__init__.py +0 -0
  21. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/dagster_fivetran/components/workspace_component/scaffolder.py +0 -0
  22. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/dagster_fivetran/constants.py +0 -0
  23. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/dagster_fivetran/managed/__init__.py +0 -0
  24. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/dagster_fivetran/managed/reconciliation.py +0 -0
  25. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/dagster_fivetran/managed/types.py +0 -0
  26. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/dagster_fivetran/ops.py +0 -0
  27. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/dagster_fivetran/py.typed +0 -0
  28. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/dagster_fivetran/types.py +0 -0
  29. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/dagster_fivetran/utils.py +0 -0
  30. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/dagster_fivetran.egg-info/SOURCES.txt +0 -0
  31. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/dagster_fivetran.egg-info/dependency_links.txt +0 -0
  32. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/dagster_fivetran.egg-info/entry_points.txt +0 -0
  33. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/dagster_fivetran.egg-info/not-zip-safe +0 -0
  34. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/dagster_fivetran.egg-info/top_level.txt +0 -0
  35. {dagster_fivetran-0.28.0 → dagster_fivetran-0.28.2}/setup.cfg +0 -0
@@ -1,23 +1,22 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dagster-fivetran
3
- Version: 0.28.0
3
+ Version: 0.28.2
4
4
  Summary: Package for integrating Fivetran with Dagster.
5
5
  Home-page: https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-fivetran
6
6
  Author: Dagster Labs
7
7
  Author-email: hello@dagsterlabs.com
8
8
  License: Apache-2.0
9
- Classifier: Programming Language :: Python :: 3.9
10
9
  Classifier: Programming Language :: Python :: 3.10
11
10
  Classifier: Programming Language :: Python :: 3.11
12
11
  Classifier: Programming Language :: Python :: 3.12
13
12
  Classifier: Programming Language :: Python :: 3.13
14
13
  Classifier: License :: OSI Approved :: Apache Software License
15
14
  Classifier: Operating System :: OS Independent
16
- Requires-Python: >=3.9,<3.14
15
+ Requires-Python: >=3.10,<3.14
17
16
  License-File: LICENSE
18
- Requires-Dist: dagster==1.12.0
17
+ Requires-Dist: dagster==1.12.2
19
18
  Provides-Extra: managed
20
- Requires-Dist: dagster-managed-elements==0.28.0; extra == "managed"
19
+ Requires-Dist: dagster-managed-elements==0.28.2; extra == "managed"
21
20
  Provides-Extra: test
22
21
  Requires-Dist: pytest-order; extra == "test"
23
22
  Dynamic: author
@@ -1,4 +1,5 @@
1
- from typing import Any, Callable, Optional
1
+ from collections.abc import Callable
2
+ from typing import Any, Optional
2
3
 
3
4
  from dagster import AssetsDefinition, multi_asset
4
5
  from dagster._core.errors import DagsterInvariantViolationError
@@ -1,9 +1,9 @@
1
1
  import hashlib
2
2
  import inspect
3
- from collections.abc import Mapping, Sequence
3
+ from collections.abc import Callable, Mapping, Sequence
4
4
  from concurrent.futures import ThreadPoolExecutor
5
5
  from functools import partial
6
- from typing import Any, Callable, NamedTuple, Optional, Union, cast
6
+ from typing import Any, NamedTuple, Optional, Union, cast
7
7
 
8
8
  from dagster import (
9
9
  AssetExecutionContext,
@@ -1,8 +1,8 @@
1
1
  from collections import defaultdict
2
- from collections.abc import Iterable, Sequence
2
+ from collections.abc import Callable, Iterable, Sequence
3
3
  from functools import cached_property
4
4
  from pathlib import Path
5
- from typing import Annotated, Callable, Optional, Union
5
+ from typing import Annotated, Optional, Union
6
6
 
7
7
  import dagster as dg
8
8
  import pydantic
@@ -1,7 +1,7 @@
1
1
  import os
2
- from collections.abc import Iterator
2
+ from collections.abc import Callable, Iterator
3
3
  from concurrent.futures import ThreadPoolExecutor
4
- from typing import TYPE_CHECKING, Any, Callable, Union
4
+ from typing import TYPE_CHECKING, Any, Union
5
5
 
6
6
  from dagster import (
7
7
  AssetExecutionContext,
@@ -2,11 +2,11 @@ import json
2
2
  import logging
3
3
  import os
4
4
  import time
5
- from collections.abc import Mapping, Sequence
5
+ from collections.abc import Callable, Mapping, Sequence
6
6
  from datetime import datetime, timedelta
7
7
  from functools import cached_property, partial
8
8
  from pathlib import Path
9
- from typing import Any, Callable, Optional, Union
9
+ from typing import Any, Optional, Union
10
10
  from urllib.parse import urljoin
11
11
 
12
12
  import requests
@@ -1,7 +1,7 @@
1
- from collections.abc import Mapping, Sequence
1
+ from collections.abc import Callable, Mapping, Sequence
2
2
  from datetime import datetime
3
3
  from enum import Enum
4
- from typing import Any, Callable, NamedTuple, Optional
4
+ from typing import Any, NamedTuple, Optional, TypeAlias
5
5
 
6
6
  from dagster import Failure
7
7
  from dagster._core.definitions.asset_key import AssetKey
@@ -12,7 +12,6 @@ from dagster._utils.cached_method import cached_method
12
12
  from dagster._utils.names import clean_name_lower
13
13
  from dagster._vendored.dateutil import parser
14
14
  from dagster_shared.serdes import whitelist_for_serdes
15
- from typing_extensions import TypeAlias
16
15
 
17
16
  from dagster_fivetran.utils import get_fivetran_connector_table_name, metadata_for_table
18
17
 
@@ -0,0 +1 @@
1
+ __version__ = "0.28.2"
@@ -1,23 +1,22 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dagster-fivetran
3
- Version: 0.28.0
3
+ Version: 0.28.2
4
4
  Summary: Package for integrating Fivetran with Dagster.
5
5
  Home-page: https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-fivetran
6
6
  Author: Dagster Labs
7
7
  Author-email: hello@dagsterlabs.com
8
8
  License: Apache-2.0
9
- Classifier: Programming Language :: Python :: 3.9
10
9
  Classifier: Programming Language :: Python :: 3.10
11
10
  Classifier: Programming Language :: Python :: 3.11
12
11
  Classifier: Programming Language :: Python :: 3.12
13
12
  Classifier: Programming Language :: Python :: 3.13
14
13
  Classifier: License :: OSI Approved :: Apache Software License
15
14
  Classifier: Operating System :: OS Independent
16
- Requires-Python: >=3.9,<3.14
15
+ Requires-Python: >=3.10,<3.14
17
16
  License-File: LICENSE
18
- Requires-Dist: dagster==1.12.0
17
+ Requires-Dist: dagster==1.12.2
19
18
  Provides-Extra: managed
20
- Requires-Dist: dagster-managed-elements==0.28.0; extra == "managed"
19
+ Requires-Dist: dagster-managed-elements==0.28.2; extra == "managed"
21
20
  Provides-Extra: test
22
21
  Requires-Dist: pytest-order; extra == "test"
23
22
  Dynamic: author
@@ -0,0 +1,7 @@
1
+ dagster==1.12.2
2
+
3
+ [managed]
4
+ dagster-managed-elements==0.28.2
5
+
6
+ [test]
7
+ pytest-order
@@ -23,7 +23,6 @@ setup(
23
23
  description="Package for integrating Fivetran with Dagster.",
24
24
  url="https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-fivetran",
25
25
  classifiers=[
26
- "Programming Language :: Python :: 3.9",
27
26
  "Programming Language :: Python :: 3.10",
28
27
  "Programming Language :: Python :: 3.11",
29
28
  "Programming Language :: Python :: 3.12",
@@ -33,8 +32,8 @@ setup(
33
32
  ],
34
33
  packages=find_packages(exclude=["dagster_fivetran_tests*"]),
35
34
  include_package_data=True,
36
- python_requires=">=3.9,<3.14",
37
- install_requires=["dagster==1.12.0"],
35
+ python_requires=">=3.10,<3.14",
36
+ install_requires=["dagster==1.12.2"],
38
37
  zip_safe=False,
39
38
  entry_points={
40
39
  "console_scripts": [
@@ -46,7 +45,7 @@ setup(
46
45
  },
47
46
  extras_require={
48
47
  "managed": [
49
- "dagster-managed-elements==0.28.0",
48
+ "dagster-managed-elements==0.28.2",
50
49
  ],
51
50
  "test": [
52
51
  "pytest-order",
@@ -1 +0,0 @@
1
- __version__ = "0.28.0"
@@ -1,7 +0,0 @@
1
- dagster==1.12.0
2
-
3
- [managed]
4
- dagster-managed-elements==0.28.0
5
-
6
- [test]
7
- pytest-order