gooddata-fdw 1.63.1.dev2__tar.gz → 1.63.1.dev4__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.
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/PKG-INFO +3 -3
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/pyproject.toml +3 -3
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/src/gooddata_fdw/executor.py +5 -2
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/.gitignore +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/.readthedocs.yaml +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/Dockerfile +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/LICENSE.txt +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/MANIFEST.in +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/Makefile +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/README.md +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/docs/_static/empty_file +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/docs/_templates/class-template.rst +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/docs/_templates/module-template.rst +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/docs/api.rst +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/docs/conf.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/docs/connecting_to_postgresql.rst +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/docs/foreign_tables.rst +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/docs/index.rst +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/docs/installation.rst +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/docs/requirements.txt +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/rebuild.sh +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/sql/create_extensions.sql +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/sql/import_gooddata.sql +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/src/gooddata_fdw/__init__.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/src/gooddata_fdw/_version.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/src/gooddata_fdw/column_utils.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/src/gooddata_fdw/column_validation.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/src/gooddata_fdw/environment.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/src/gooddata_fdw/fdw.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/src/gooddata_fdw/filter.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/src/gooddata_fdw/import_workspace.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/src/gooddata_fdw/naming.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/src/gooddata_fdw/options.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/src/gooddata_fdw/pg_logging.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/src/gooddata_fdw/result_reader.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tests/__init__.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tests/conftest.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tests/execute/__init__.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tests/execute/fixtures/execute_compute_table_all_columns.yaml +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tests/execute/fixtures/execute_compute_table_metrics_only.yaml +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tests/execute/fixtures/execute_compute_table_with_reduced_granularity.yaml +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tests/execute/fixtures/execute_insight_all_columns.yaml +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tests/execute/fixtures/execute_insight_some_columns.yaml +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tests/execute/test_execute_compute_table.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tests/execute/test_execute_insight.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tests/gd_test_config.yaml +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tests/import_foreign_schema/__init__.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tests/import_foreign_schema/fixtures/import_compute_without_restrictions.yaml +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tests/import_foreign_schema/fixtures/import_insights_without_restrictions.yaml +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tests/import_foreign_schema/test_import_compute.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tests/import_foreign_schema/test_import_insights.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tests/overview.md +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tests/unit_test/test_column_validation.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tests/unit_test/test_executor.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tests/unit_test/test_filter.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tests/unit_test/test_options.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tests/unit_test/test_result_reader.py +0 -0
- {gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tox.ini +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gooddata-fdw
|
|
3
|
-
Version: 1.63.1.
|
|
3
|
+
Version: 1.63.1.dev4
|
|
4
4
|
Summary: GoodData Cloud Foreign Data Wrapper For PostgreSQL
|
|
5
|
-
Project-URL: Documentation, https://gooddata-fdw.readthedocs.io/en/v1.63.1.
|
|
5
|
+
Project-URL: Documentation, https://gooddata-fdw.readthedocs.io/en/v1.63.1.dev4
|
|
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,7 +20,7 @@ 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.63.1.
|
|
23
|
+
Requires-Dist: gooddata-sdk~=1.63.1.dev4
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
|
|
26
26
|
# GoodData Foreign Data Wrapper
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# (C) 2025 GoodData Corporation
|
|
2
2
|
[project]
|
|
3
3
|
name = "gooddata-fdw"
|
|
4
|
-
version = "1.63.1.
|
|
4
|
+
version = "1.63.1.dev4"
|
|
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.63.1.
|
|
29
|
+
"gooddata-sdk~=1.63.1.dev4",
|
|
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.63.1.
|
|
47
|
+
Documentation = "https://gooddata-fdw.readthedocs.io/en/v1.63.1.dev4"
|
|
48
48
|
Source = "https://github.com/gooddata/gooddata-python-sdk"
|
|
49
49
|
|
|
50
50
|
[dependency-groups]
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
from __future__ import annotations
|
|
3
3
|
|
|
4
4
|
from collections.abc import Generator
|
|
5
|
-
from typing import Any, NamedTuple
|
|
5
|
+
from typing import Any, ClassVar, NamedTuple
|
|
6
6
|
|
|
7
7
|
from gooddata_sdk import GoodDataSdk
|
|
8
8
|
|
|
@@ -43,7 +43,10 @@ class Executor:
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
class InsightExecutor(Executor):
|
|
46
|
-
_COLUMN_VALIDATORS
|
|
46
|
+
_COLUMN_VALIDATORS: ClassVar[list[col_val.ColumnValidator]] = [
|
|
47
|
+
col_val.LocalIdOptionValidator(),
|
|
48
|
+
col_val.IdOptionValidator(mandatory=False),
|
|
49
|
+
]
|
|
47
50
|
|
|
48
51
|
def __init__(self, inputs: InitData) -> None:
|
|
49
52
|
super().__init__(inputs, self._COLUMN_VALIDATORS)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tests/execute/test_execute_compute_table.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tests/import_foreign_schema/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gooddata_fdw-1.63.1.dev2 → gooddata_fdw-1.63.1.dev4}/tests/unit_test/test_column_validation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|