Skip to content

When ingesting tables from a connector, why are older tables getting deleted from OpenMetadata? #5473

Discussion options

You must be logged in to vote

Please ensure that markDeletedTables is disabled in the JSON config.
The JSON config should be as follows:

{
  "source": {
    "type": "hive",
    "serviceName": "local_hive",
    "serviceConnection": {
      "config": {
        "type": "Hive",
        "hostPort": "localhost:10000",
        "username": "",
        "password": "",
        "database": ""
      }
    },
    "sourceConfig": {
      "config": {
        "enableDataProfiler": false,
        "markDeletedTables": false
      }
    }
  },
  "sink": {
    "type": "metadata-rest",
    "config": {}
  },
  "workflowConfig": {
    "openMetadataServerConfig": {
      "hostPort": "http://localhost:8585/api",
      "authProvider": "no-auth…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ShilpaVernekar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant