Glue Crawler "Add new columns only" not option is not enabling

0

I am trying to enable "Add new columns only" by selecting check box and json output for reference. However, saving the crawler, it is automatically going back to "Ignore the change and don't update the table in the data catalog"

{
    "Name": "<crawler_name>",
    "Role": "<role>",
    "DatabaseName": "<db name>",
    "Description": "",
    "Targets": {
        "S3Targets": [
            {
                "Path": "<bucket_path>",
                "Exclusions": []
            }
        ],
        "JdbcTargets": [],
        "MongoDBTargets": [],
        "DynamoDBTargets": [],
        "CatalogTargets": [],
        "DeltaTargets": []
    },
    "Schedule": "",
    "Classifiers": ["json_classifier"],
    "TablePrefix": "",
    "SchemaChangePolicy": {
        "UpdateBehavior": "LOG",
        "DeleteBehavior": "LOG"
    },
    "RecrawlPolicy": {
        "RecrawlBehavior": "CRAWL_NEW_FOLDERS_ONLY"
    },
    "LineageConfiguration": {
        "CrawlerLineageSettings": "DISABLE"
    },
    "LakeFormationConfiguration": {
        "UseLakeFormationCredentials": false,
        "AccountId": ""
    },
    "Configuration": "{\"Version\":1.0,\"CrawlerOutput\":{\"Partitions\":{\"AddOrUpdateBehavior\":\"InheritFromTable\"},\"Tables\":{\"AddOrUpdateBehavior\":\"MergeNewColumns\"}},\"CreatePartitionIndex\":true}",
    "CrawlerSecurityConfiguration": "",
    "Tags": {
        "KeyName": ""
    }
}

Can someone help how to enable "Add new columns only" with "CRAWL_NEW_FOLDERS_ONLY"?

已提問 1 年前檢視次數 54 次
沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南