sdmxlib 0.28.1__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.
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/PKG-INFO +1 -1
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/pyproject.toml +1 -1
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/local/_data_store.py +9 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/README.md +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/__init__.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/api/__init__.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/api/client.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/api/federated.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/api/filters.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/api/policy.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/api/providers.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/api/query.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/api/registry.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/api/session.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/catalog.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/data_store.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/formats/__init__.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/formats/sdmx_csv/__init__.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/formats/sdmx_csv/reader.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/formats/sdmx_csv/writer.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/formats/sdmx_json/__init__.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/formats/sdmx_json/metadata.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/formats/sdmx_json/reader.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/formats/sdmx_json/writer.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/formats/sdmx_ml21/__init__.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/formats/sdmx_ml21/namespaces.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/formats/sdmx_ml21/reader.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/formats/sdmx_ml21/writer.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/formats/sdmx_ml30/__init__.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/formats/sdmx_ml30/metadata.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/formats/sdmx_ml30/namespaces.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/formats/sdmx_ml30/reader.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/formats/sdmx_ml30/writer.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/local/__init__.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/local/_registry.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/__init__.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/annotations.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/base.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/binding.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/category.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/code_query.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/codelist.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/collections.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/concept.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/constraint.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/convert.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/dataflow.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/dataset.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/datastructure.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/expr.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/hierarchy.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/hierarchy_query.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/in_memory_registry.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/istring.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/mapping.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/message.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/metadataflow.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/metadataset.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/metadatastructure.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/organisation.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/provision.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/ref.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/registry.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/representation.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/urn.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/model/validation.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/polars.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/py.typed +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/rest.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/sql.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/storage/__init__.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/storage/lazy.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/storage/readers.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/storage/schema.py +0 -0
- {sdmxlib-0.28.1 → sdmxlib-0.28.2}/src/sdmxlib/storage/writers.py +0 -0
|
@@ -195,6 +195,15 @@ class DuckDBDataStore:
|
|
|
195
195
|
# Loading extensions can change the search_path; reset to
|
|
196
196
|
# ``sdmx`` so any colocated Registry's internal queries stay clean.
|
|
197
197
|
self._conn.execute("SET search_path = 'sdmx'")
|
|
198
|
+
if self._needs_azure():
|
|
199
|
+
# Force the named curl transport adapter. The Azure SDK's
|
|
200
|
+
# default transport on Linux uses a statically-linked HTTP
|
|
201
|
+
# stack that doesn't honour the standard ``SSL_CERT_FILE`` /
|
|
202
|
+
# ``CURL_CA_BUNDLE`` environment variables, so it fails on
|
|
203
|
+
# any image whose CA store is at a non-default path. The
|
|
204
|
+
# ``curl`` adapter delegates to libcurl, which reads those
|
|
205
|
+
# env vars at handshake time.
|
|
206
|
+
self._conn.execute("SET azure_transport_option_type = 'curl'")
|
|
198
207
|
if self._azure_credentials:
|
|
199
208
|
sql = _azure_create_secret_sql(self._azure_credentials)
|
|
200
209
|
self._conn.execute(sql)
|
|
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
|
|
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
|