Sebastián Sassi
Sebastián Sassi
## Proposed changes New backend for [ping identity](https://www.pingidentity.com/en.html). ## Types of changes Please check the type of change your PR introduces: - [ ] Release (new release request) - [...
### Brief summary of the change made Fixes #2895 templater-dbt uses `dbt.parser.manifest` from `dbt-core`, which has [this bug](https://github.com/dbt-labs/dbt-core/issues/6055). This is a workaround to avoid such issue. Test cases pending.
**Is your feature request related to a problem? Please describe.** Do more comprehensive flattening of JSON data. **Describe the solution you'd like** Create additional tables when JSON field contains multiple...
**Is your feature request related to a problem? Please describe.** Sometimes you need to reuse the same python function many times. **Describe the solution you'd like** It would be good...
Datahub is not currently supporting CLL on sources, seeds and tests as [this code comment](https://github.com/datahub-project/datahub/blob/9f570a7521a0f18a6fa1a27faa3788f04c80dbe9/metadata-ingestion/src/datahub/ingestion/source/dbt/dbt_common.py#L1132) states. CLL does work for these node types if the column names aren't changed on...
The Snowflake connector is filtering out the internal `SNOWFLAKE` database which could be really useful to load. [This query](https://github.com/datahub-project/datahub/blob/1955c05d78a7b791e622eaf736e8f8d53150a4e5/metadata-ingestion/src/datahub/ingestion/source/snowflake/snowflake_query.py#L95) is filtering out such database **Proposal** To add a new configuration...