dagster-airbyte 0.23.2rc2__tar.gz → 0.23.2rc4__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.

Potentially problematic release.


This version of dagster-airbyte might be problematic. Click here for more details.

Files changed (30) hide show
  1. {dagster-airbyte-0.23.2rc2/dagster_airbyte.egg-info → dagster-airbyte-0.23.2rc4}/PKG-INFO +1 -1
  2. {dagster-airbyte-0.23.2rc2 → dagster-airbyte-0.23.2rc4}/dagster_airbyte/managed/generated/sources.py +3 -3
  3. dagster-airbyte-0.23.2rc4/dagster_airbyte/version.py +1 -0
  4. {dagster-airbyte-0.23.2rc2 → dagster-airbyte-0.23.2rc4/dagster_airbyte.egg-info}/PKG-INFO +1 -1
  5. dagster-airbyte-0.23.2rc4/dagster_airbyte.egg-info/requires.txt +8 -0
  6. {dagster-airbyte-0.23.2rc2 → dagster-airbyte-0.23.2rc4}/setup.py +2 -2
  7. dagster-airbyte-0.23.2rc2/dagster_airbyte/version.py +0 -1
  8. dagster-airbyte-0.23.2rc2/dagster_airbyte.egg-info/requires.txt +0 -8
  9. {dagster-airbyte-0.23.2rc2 → dagster-airbyte-0.23.2rc4}/LICENSE +0 -0
  10. {dagster-airbyte-0.23.2rc2 → dagster-airbyte-0.23.2rc4}/MANIFEST.in +0 -0
  11. {dagster-airbyte-0.23.2rc2 → dagster-airbyte-0.23.2rc4}/README.md +0 -0
  12. {dagster-airbyte-0.23.2rc2 → dagster-airbyte-0.23.2rc4}/dagster_airbyte/__init__.py +0 -0
  13. {dagster-airbyte-0.23.2rc2 → dagster-airbyte-0.23.2rc4}/dagster_airbyte/asset_defs.py +0 -0
  14. {dagster-airbyte-0.23.2rc2 → dagster-airbyte-0.23.2rc4}/dagster_airbyte/cli.py +0 -0
  15. {dagster-airbyte-0.23.2rc2 → dagster-airbyte-0.23.2rc4}/dagster_airbyte/managed/__init__.py +0 -0
  16. {dagster-airbyte-0.23.2rc2 → dagster-airbyte-0.23.2rc4}/dagster_airbyte/managed/generated/__init__.py +0 -0
  17. {dagster-airbyte-0.23.2rc2 → dagster-airbyte-0.23.2rc4}/dagster_airbyte/managed/generated/destinations.py +0 -0
  18. {dagster-airbyte-0.23.2rc2 → dagster-airbyte-0.23.2rc4}/dagster_airbyte/managed/reconciliation.py +0 -0
  19. {dagster-airbyte-0.23.2rc2 → dagster-airbyte-0.23.2rc4}/dagster_airbyte/managed/types.py +0 -0
  20. {dagster-airbyte-0.23.2rc2 → dagster-airbyte-0.23.2rc4}/dagster_airbyte/ops.py +0 -0
  21. {dagster-airbyte-0.23.2rc2 → dagster-airbyte-0.23.2rc4}/dagster_airbyte/py.typed +0 -0
  22. {dagster-airbyte-0.23.2rc2 → dagster-airbyte-0.23.2rc4}/dagster_airbyte/resources.py +0 -0
  23. {dagster-airbyte-0.23.2rc2 → dagster-airbyte-0.23.2rc4}/dagster_airbyte/types.py +0 -0
  24. {dagster-airbyte-0.23.2rc2 → dagster-airbyte-0.23.2rc4}/dagster_airbyte/utils.py +0 -0
  25. {dagster-airbyte-0.23.2rc2 → dagster-airbyte-0.23.2rc4}/dagster_airbyte.egg-info/SOURCES.txt +0 -0
  26. {dagster-airbyte-0.23.2rc2 → dagster-airbyte-0.23.2rc4}/dagster_airbyte.egg-info/dependency_links.txt +0 -0
  27. {dagster-airbyte-0.23.2rc2 → dagster-airbyte-0.23.2rc4}/dagster_airbyte.egg-info/entry_points.txt +0 -0
  28. {dagster-airbyte-0.23.2rc2 → dagster-airbyte-0.23.2rc4}/dagster_airbyte.egg-info/not-zip-safe +0 -0
  29. {dagster-airbyte-0.23.2rc2 → dagster-airbyte-0.23.2rc4}/dagster_airbyte.egg-info/top_level.txt +0 -0
  30. {dagster-airbyte-0.23.2rc2 → dagster-airbyte-0.23.2rc4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dagster-airbyte
3
- Version: 0.23.2rc2
3
+ Version: 0.23.2rc4
4
4
  Summary: Package for integrating Airbyte with Dagster.
5
5
  Home-page: https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-airbyte
6
6
  Author: Dagster Labs
@@ -1163,7 +1163,7 @@ class GoogleAnalyticsV4Source(GeneratedAirbyteSource):
1163
1163
  start_date (str): The date in the format YYYY-MM-DD. Any data before this date will not be replicated.
1164
1164
  view_id (str): The ID for the Google Analytics View you want to fetch data from. This can be found from the Google Analytics Account Explorer.
1165
1165
  custom_reports (Optional[str]): A JSON array describing the custom reports you want to sync from Google Analytics. See the docs for more information about the exact format you can use to fill out this field.
1166
- window_in_days (Optional[int]): The time increment used by the connector when requesting data from the Google Analytics API. More information is available in the the docs. The bigger this value is, the faster the sync will be, but the more likely that sampling will be applied to your data, potentially causing inaccuracies in the returned results. We recommend setting this to 1 unless you have a hard requirement to make the sync faster at the expense of accuracy. The minimum allowed value for this field is 1, and the maximum is 364.
1166
+ window_in_days (Optional[int]): The time increment used by the connector when requesting data from the Google Analytics API. More information is available in the docs. The bigger this value is, the faster the sync will be, but the more likely that sampling will be applied to your data, potentially causing inaccuracies in the returned results. We recommend setting this to 1 unless you have a hard requirement to make the sync faster at the expense of accuracy. The minimum allowed value for this field is 1, and the maximum is 364.
1167
1167
  """
1168
1168
  self.credentials = check.inst_param(
1169
1169
  credentials,
@@ -4724,7 +4724,7 @@ class GoogleAnalyticsDataApiSource(GeneratedAirbyteSource):
4724
4724
  credentials (Union[GoogleAnalyticsDataApiSource.AuthenticateViaGoogleOauth, GoogleAnalyticsDataApiSource.ServiceAccountKeyAuthentication]): Credentials for the service
4725
4725
  date_ranges_start_date (str): The start date. One of the values Ndaysago, yesterday, today or in the format YYYY-MM-DD
4726
4726
  custom_reports (Optional[str]): A JSON array describing the custom reports you want to sync from Google Analytics. See the docs for more information about the exact format you can use to fill out this field.
4727
- window_in_days (Optional[int]): The time increment used by the connector when requesting data from the Google Analytics API. More information is available in the the docs. The bigger this value is, the faster the sync will be, but the more likely that sampling will be applied to your data, potentially causing inaccuracies in the returned results. We recommend setting this to 1 unless you have a hard requirement to make the sync faster at the expense of accuracy. The minimum allowed value for this field is 1, and the maximum is 364.
4727
+ window_in_days (Optional[int]): The time increment used by the connector when requesting data from the Google Analytics API. More information is available in the docs. The bigger this value is, the faster the sync will be, but the more likely that sampling will be applied to your data, potentially causing inaccuracies in the returned results. We recommend setting this to 1 unless you have a hard requirement to make the sync faster at the expense of accuracy. The minimum allowed value for this field is 1, and the maximum is 364.
4728
4728
  """
4729
4729
  self.property_id = check.str_param(property_id, "property_id")
4730
4730
  self.credentials = check.inst_param(
@@ -5930,7 +5930,7 @@ class PardotSource(GeneratedAirbyteSource):
5930
5930
  client_secret (str): The Consumer Secret that can be found when viewing your app in Salesforce
5931
5931
  refresh_token (str): Salesforce Refresh Token used for Airbyte to access your Salesforce account. If you don't know what this is, follow this guide to retrieve it.
5932
5932
  start_date (Optional[str]): UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated. Leave blank to skip this filter
5933
- is_sandbox (Optional[bool]): Whether or not the the app is in a Salesforce sandbox. If you do not know what this, assume it is false.
5933
+ is_sandbox (Optional[bool]): Whether or not the app is in a Salesforce sandbox. If you do not know what this, assume it is false.
5934
5934
  """
5935
5935
  self.pardot_business_unit_id = check.str_param(
5936
5936
  pardot_business_unit_id, "pardot_business_unit_id"
@@ -0,0 +1 @@
1
+ __version__ = "0.23.2rc4"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dagster-airbyte
3
- Version: 0.23.2rc2
3
+ Version: 0.23.2rc4
4
4
  Summary: Package for integrating Airbyte with Dagster.
5
5
  Home-page: https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-airbyte
6
6
  Author: Dagster Labs
@@ -0,0 +1,8 @@
1
+ dagster==1.7.2rc4
2
+ requests
3
+
4
+ [managed]
5
+ dagster-managed-elements==0.23.2rc4
6
+
7
+ [test]
8
+ requests-mock
@@ -37,7 +37,7 @@ setup(
37
37
  packages=find_packages(exclude=["dagster_airbyte_tests*"]),
38
38
  python_requires=">=3.8,<3.13",
39
39
  install_requires=[
40
- "dagster==1.7.2rc2",
40
+ "dagster==1.7.2rc4",
41
41
  "requests",
42
42
  ],
43
43
  zip_safe=False,
@@ -51,7 +51,7 @@ setup(
51
51
  "requests-mock",
52
52
  ],
53
53
  "managed": [
54
- "dagster-managed-elements==0.23.2rc2",
54
+ "dagster-managed-elements==0.23.2rc4",
55
55
  ],
56
56
  },
57
57
  )
@@ -1 +0,0 @@
1
- __version__ = "0.23.2rc2"
@@ -1,8 +0,0 @@
1
- dagster==1.7.2rc2
2
- requests
3
-
4
- [managed]
5
- dagster-managed-elements==0.23.2rc2
6
-
7
- [test]
8
- requests-mock