Releases: dlt-hub/dlt
Releases · dlt-hub/dlt
0.1.0rc14
0.1.0rc13
0.1.0rc12
What's Changed
- adds support for deterministic variant types which are visible as different type depending on the content
- adds support for
Wei
variant type which isDecimal
that within destination decimal range andtext
outside of that range - adds option to automatically export schemas in
Pipeline
v1 - for the default schema, the schema name is not a part of dataset name.
0.1.0rc11
What's Changed
-
allows setting
project_id
via config file/env when default GCP credentials are used.project_id
if present overrides the one in default credentials -
experimental Streamlit helpers to: backup and restore pipeline state into
secrets.toml
and to write explore streamlit page to explore the schema -
experimental Pandas helper to read data from a destination into Panda frames using credentials already present in pipeline
-
bumps to version
0.1.0rc11
0.1.0rc10
What's Changed
Details
- fixes invalid datetime serialization for Redshift loader
- handles default credentials in BigQuery loader
- partial implementation of #34 and #35 (conversion to classes)
unpack
renamed tonormalize
inPipeline
,as_yaml
renamed toto_pretty_yaml
inSchema
- credentials separated from configs, renamed credentials spec to match native GCP and Postgres credentials
- bumps version to 0.1.0rc10