Skip to content

Instantly share code, notes, and snippets.

@orkenstein
Created August 23, 2022 08:32
Show Gist options
  • Save orkenstein/33ff082e171b8c5f7f96a4e613088a01 to your computer and use it in GitHub Desktop.
Save orkenstein/33ff082e171b8c5f7f96a4e613088a01 to your computer and use it in GitHub Desktop.
Failed importing metadata
[
{
"definition": {
"schema": "public",
"name": "app_tag_paragraphs_view"
},
"reason": "Inconsistent object: no such table/view exists in source: \"app_tag_paragraphs_view\"",
"name": "table app_tag_paragraphs_view in source default",
"type": "table"
},
{
"definition": {
"schema": "public",
"name": "app_paragraph_tags_view"
},
"reason": "Inconsistent object: no such table/view exists in source: \"app_paragraph_tags_view\"",
"name": "table app_paragraph_tags_view in source default",
"type": "table"
},
{
"definition": {
"using": {
"manual_configuration": {
"remote_table": {
"schema": "public",
"name": "app_tag_paragraphs_view"
},
"insertion_order": null,
"column_mapping": {
"id": "tag_id"
}
}
},
"name": "app_paragraphs",
"source": "default",
"comment": null,
"table": {
"schema": "public",
"name": "app_tag"
}
},
"reason": "Inconsistent object: table \"app_tag_paragraphs_view\" is not tracked",
"name": "array_relation app_paragraphs in table app_tag in source default",
"type": "array_relation"
},
{
"definition": {
"using": {
"manual_configuration": {
"remote_table": {
"schema": "public",
"name": "app_paragraph_tags_view"
},
"insertion_order": null,
"column_mapping": {
"id": "paragraph_id"
}
}
},
"name": "app_tags",
"source": "default",
"comment": null,
"table": {
"schema": "public",
"name": "app_paragraph"
}
},
"reason": "Inconsistent object: table \"app_paragraph_tags_view\" is not tracked",
"name": "array_relation app_tags in table app_paragraph in source default",
"type": "array_relation"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment