gooddata-fdw 1.64.1.dev2__tar.gz → 1.65.1.dev1__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 (58) hide show
  1. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/PKG-INFO +5 -5
  2. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/README.md +2 -2
  3. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/docs/installation.rst +1 -1
  4. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/pyproject.toml +3 -3
  5. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/.gitignore +0 -0
  6. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/.readthedocs.yaml +0 -0
  7. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/Dockerfile +0 -0
  8. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/LICENSE.txt +0 -0
  9. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/MANIFEST.in +0 -0
  10. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/Makefile +0 -0
  11. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/docs/_static/empty_file +0 -0
  12. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/docs/_templates/class-template.rst +0 -0
  13. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/docs/_templates/module-template.rst +0 -0
  14. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/docs/api.rst +0 -0
  15. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/docs/conf.py +0 -0
  16. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/docs/connecting_to_postgresql.rst +0 -0
  17. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/docs/foreign_tables.rst +0 -0
  18. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/docs/index.rst +0 -0
  19. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/docs/requirements.txt +0 -0
  20. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/rebuild.sh +0 -0
  21. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/sql/create_extensions.sql +0 -0
  22. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/sql/import_gooddata.sql +0 -0
  23. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/src/gooddata_fdw/__init__.py +0 -0
  24. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/src/gooddata_fdw/_version.py +0 -0
  25. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/src/gooddata_fdw/column_utils.py +0 -0
  26. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/src/gooddata_fdw/column_validation.py +0 -0
  27. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/src/gooddata_fdw/environment.py +0 -0
  28. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/src/gooddata_fdw/executor.py +0 -0
  29. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/src/gooddata_fdw/fdw.py +0 -0
  30. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/src/gooddata_fdw/filter.py +0 -0
  31. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/src/gooddata_fdw/import_workspace.py +0 -0
  32. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/src/gooddata_fdw/naming.py +0 -0
  33. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/src/gooddata_fdw/options.py +0 -0
  34. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/src/gooddata_fdw/pg_logging.py +0 -0
  35. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/src/gooddata_fdw/result_reader.py +0 -0
  36. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/tests/__init__.py +0 -0
  37. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/tests/conftest.py +0 -0
  38. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/tests/execute/__init__.py +0 -0
  39. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/tests/execute/fixtures/execute_compute_table_all_columns.yaml +0 -0
  40. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/tests/execute/fixtures/execute_compute_table_metrics_only.yaml +0 -0
  41. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/tests/execute/fixtures/execute_compute_table_with_reduced_granularity.yaml +0 -0
  42. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/tests/execute/fixtures/execute_insight_all_columns.yaml +0 -0
  43. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/tests/execute/fixtures/execute_insight_some_columns.yaml +0 -0
  44. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/tests/execute/test_execute_compute_table.py +0 -0
  45. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/tests/execute/test_execute_insight.py +0 -0
  46. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/tests/gd_test_config.yaml +0 -0
  47. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/tests/import_foreign_schema/__init__.py +0 -0
  48. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/tests/import_foreign_schema/fixtures/import_compute_without_restrictions.yaml +0 -0
  49. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/tests/import_foreign_schema/fixtures/import_insights_without_restrictions.yaml +0 -0
  50. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/tests/import_foreign_schema/test_import_compute.py +0 -0
  51. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/tests/import_foreign_schema/test_import_insights.py +0 -0
  52. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/tests/overview.md +0 -0
  53. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/tests/unit_test/test_column_validation.py +0 -0
  54. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/tests/unit_test/test_executor.py +0 -0
  55. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/tests/unit_test/test_filter.py +0 -0
  56. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/tests/unit_test/test_options.py +0 -0
  57. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/tests/unit_test/test_result_reader.py +0 -0
  58. {gooddata_fdw-1.64.1.dev2 → gooddata_fdw-1.65.1.dev1}/tox.ini +0 -0
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gooddata-fdw
3
- Version: 1.64.1.dev2
3
+ Version: 1.65.1.dev1
4
4
  Summary: GoodData Cloud Foreign Data Wrapper For PostgreSQL
5
- Project-URL: Documentation, https://gooddata-fdw.readthedocs.io/en/v1.64.1.dev2
5
+ Project-URL: Documentation, https://gooddata-fdw.readthedocs.io/en/v1.65.1.dev1
6
6
  Project-URL: Source, https://github.com/gooddata/gooddata-python-sdk
7
7
  Author-email: GoodData <support@gooddata.com>
8
8
  License-Expression: MIT
@@ -20,20 +20,20 @@ Classifier: Topic :: Scientific/Engineering
20
20
  Classifier: Topic :: Software Development
21
21
  Classifier: Typing :: Typed
22
22
  Requires-Python: >=3.10
23
- Requires-Dist: gooddata-sdk~=1.64.1.dev2
23
+ Requires-Dist: gooddata-sdk~=1.65.1.dev1
24
24
  Description-Content-Type: text/markdown
25
25
 
26
26
  # GoodData Foreign Data Wrapper
27
27
 
28
28
  This project delivers PostgreSQL foreign data wrapper extension built on top of [multicorn](https://multicorn.org/).
29
- The extension makes [GoodData](https://www.gooddata.com/docs/cloud/) insights, computations and ad-hoc report data available in PostgreSQL as tables.
29
+ The extension makes [GoodData](https://www.gooddata.ai/docs/cloud/) insights, computations and ad-hoc report data available in PostgreSQL as tables.
30
30
  It can be selected like any other table using SQL language.
31
31
 
32
32
  See [DOCUMENTATION](https://gooddata-fdw.readthedocs.io/en/latest/) for more details.
33
33
 
34
34
  ## Requirements
35
35
 
36
- - [GoodData](https://www.gooddata.com/docs/cloud/) installation; either running on your cloud
36
+ - [GoodData](https://www.gooddata.ai/docs/cloud/) installation; either running on your cloud
37
37
  infrastructure or the free Community Edition running on your workstation
38
38
 
39
39
  - Python 3.10 or newer
@@ -1,14 +1,14 @@
1
1
  # GoodData Foreign Data Wrapper
2
2
 
3
3
  This project delivers PostgreSQL foreign data wrapper extension built on top of [multicorn](https://multicorn.org/).
4
- The extension makes [GoodData](https://www.gooddata.com/docs/cloud/) insights, computations and ad-hoc report data available in PostgreSQL as tables.
4
+ The extension makes [GoodData](https://www.gooddata.ai/docs/cloud/) insights, computations and ad-hoc report data available in PostgreSQL as tables.
5
5
  It can be selected like any other table using SQL language.
6
6
 
7
7
  See [DOCUMENTATION](https://gooddata-fdw.readthedocs.io/en/latest/) for more details.
8
8
 
9
9
  ## Requirements
10
10
 
11
- - [GoodData](https://www.gooddata.com/docs/cloud/) installation; either running on your cloud
11
+ - [GoodData](https://www.gooddata.ai/docs/cloud/) installation; either running on your cloud
12
12
  infrastructure or the free Community Edition running on your workstation
13
13
 
14
14
  - Python 3.10 or newer
@@ -58,7 +58,7 @@ into gooddata-cn-ce. You can use this as a starting point.
58
58
 
59
59
  But the ``gooddata-cn-ce`` service is not limited only to the demo content. You can fill the ``gooddata-cn-ce`` with your own
60
60
  content (LDM, metrics, insights). Follow
61
- our `Getting Started documentation <https://www.gooddata.com/developers/cloud-native/doc/1.6/getting-started/>`_ if you
61
+ our `Getting Started documentation <https://www.gooddata.ai/developers/cloud-native/doc/1.6/getting-started/>`_ if you
62
62
  need help with that.
63
63
 
64
64
  Connect with existing GoddData.CN installation
@@ -1,7 +1,7 @@
1
1
  # (C) 2025 GoodData Corporation
2
2
  [project]
3
3
  name = "gooddata-fdw"
4
- version = "1.64.1.dev2"
4
+ version = "1.65.1.dev1"
5
5
  description = "GoodData Cloud Foreign Data Wrapper For PostgreSQL"
6
6
  readme = "README.md"
7
7
  license = "MIT"
@@ -26,7 +26,7 @@ keywords = [
26
26
  ]
27
27
  requires-python = ">=3.10"
28
28
  dependencies = [
29
- "gooddata-sdk~=1.64.1.dev2",
29
+ "gooddata-sdk~=1.65.1.dev1",
30
30
  # "multicorn>=1.4.0", # Uncommented as it was in original setup.py
31
31
  ]
32
32
  classifiers = [
@@ -44,7 +44,7 @@ classifiers = [
44
44
  ]
45
45
 
46
46
  [project.urls]
47
- Documentation = "https://gooddata-fdw.readthedocs.io/en/v1.64.1.dev2"
47
+ Documentation = "https://gooddata-fdw.readthedocs.io/en/v1.65.1.dev1"
48
48
  Source = "https://github.com/gooddata/gooddata-python-sdk"
49
49
 
50
50
  [dependency-groups]