white-shampoo-69122
03/23/2023, 5:16 PMfieldPaths as version 2:
fields:
0:
description: null
fieldPath: "[version=2.0].[type=string].a_column_x"
globalTags: null
glossaryTerms: null
isPartOfKey: false
jsonPath: null
label: null
nativeDataType: "string"
nullable: true
recursive: false
type: "STRING"
__typename: "SchemaField"
While the dbt sibling entity has fieldPaths version 1(?):
siblings:
isPrimary: false
siblings:
0:
...
schemaMetadata:
fields:
...
60:
description: "A description for column x"
fieldPath: "a_column_x"
globalTags: null
glossaryTerms: null
isPartOfKey: false
jsonPath: null
label: null
nativeDataType: "varchar"
nullable: false
recursive: false
type: "STRING"
__typename: "SchemaField"
Not really sure how it was before but found that interesting.
Also might be worth mentioning that we have enable statful ingestion for both dbt and Glue and that it worked well before.
Any ideas what might be going wrong?astonishing-answer-96712
03/23/2023, 7:38 PMwhite-shampoo-69122
03/24/2023, 3:05 PMwhite-shampoo-69122
03/27/2023, 5:38 PMversion=2.0 while dbt only does as v1. At the moment unsure whether the UI should deal with merging different versions (saw some comments against that, but also saw some code that is meant to deal with downgrading version=2.0 to v1) or should there be a config for dbt to set version=2.0 for pathfields?white-shampoo-69122
03/28/2023, 4:10 PMgray-shoe-75895
03/28/2023, 7:23 PMaloof-gpu-11378
03/28/2023, 7:38 PMwhite-shampoo-69122
03/29/2023, 11:24 AMwhite-shampoo-69122
03/31/2023, 9:16 AMgray-shoe-75895
03/31/2023, 6:47 PMmost-scientist-56654
01/19/2024, 9:18 AMrich-barista-93413
01/19/2024, 9:18 AMbillions-computer-48552
02/05/2024, 7:58 PMgray-shoe-75895
02/06/2024, 12:43 AM