billions-tent-29367
08/10/2021, 8:46 PMmetadata-models-ext/com/example/
for my model's key, entity and snapshot. ./gradelw build
picks up the models and generates code. When I create a work unit and attempt ingestion using datahub ingest -c
, I get the error AvroException: ('Datum union type not in schema: %s', 'com.example.TeamSnapshot')
.
Any tips on what this error actually means?big-carpet-38439
08/10/2021, 10:18 PMmetadata-ingestion
module and then use the local copy of the DataHub Cli during ingestbig-carpet-38439
08/10/2021, 10:19 PMbig-carpet-38439
08/10/2021, 10:19 PMbig-carpet-38439
08/10/2021, 10:19 PMbig-carpet-38439
08/10/2021, 10:20 PMcd metadata-ingestion
source venv/bin/activate
datahub ingest -c <your-recipe-file>
billions-tent-29367
08/10/2021, 10:43 PMbig-carpet-38439
08/11/2021, 4:40 AMgms/api/mainGeneratedDataTemplate
?billions-tent-29367
08/11/2021, 8:01 AMbig-carpet-38439
08/11/2021, 4:21 PM./gradlew gms:war:clean && ./gradlew gms:war:build
big-carpet-38439
08/11/2021, 4:21 PMbillions-tent-29367
08/11/2021, 6:48 PMbillions-tent-29367
08/11/2021, 6:50 PMbig-carpet-38439
08/11/2021, 9:54 PMbig-carpet-38439
08/11/2021, 9:55 PMbig-carpet-38439
08/11/2021, 9:55 PMbig-carpet-38439
08/11/2021, 9:56 PMbillions-tent-29367
08/11/2021, 11:03 PMbillions-tent-29367
08/11/2021, 11:05 PMbillions-tent-29367
08/12/2021, 6:34 AMmetadata-models/src/main/pegasus/com/linkedin
and adding new snapshots to metadata-models/src/main/pegasus/com/linkedin/metadata/snapshot/Snapshot.pdl
helped. There are more things built, but still no new models in gms/api/mainGeneratedDataTemplate
big-carpet-38439
08/12/2021, 2:19 PMbig-carpet-38439
08/12/2021, 2:19 PM