Schema Info
Schema Name: sfdl_dev_athena.explorations_marin_selfstorage_backfill
- created: 2020-08-10 16:38:17
- disabled: False
- format: raw
- id: 1494
- is_partitioned: True
- is_schema_datatyped: False
- name:
{ "database": "sfdl_dev_athena", "table": "explorations_marin_selfstorage_backfill" } - type: athena
Schema Versions: 1
-
Version 4681508
- created: 2020-08-10 16:38:17
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_dev_athena`", "DROP TABLE IF EXISTS `sfdl_dev_athena.explorations_marin_selfstorage_backfill`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_athena.explorations_marin_selfstorage_backfill`\n(\n `click_date` string , `conv_date` string , `keyword_id` string , `creative_id` string , `group_id` string , `target_id` string , `keyword` string , `match_type` string , `device` string , `web_reservations_conv` string , `web_reservations_rev` string , `call_reservations_conv` string , `call_reservations_rev` string , `order_id` string , `dt` string , `expected_rev_now` string \n)\nPARTITIONED BY (dt string)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "MSCK REPAIR TABLE sfdl_dev_athena.explorations_marin_selfstorage_backfill" ] - hive_path: s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill
- id: 4681508
- processed: 0
- raw_data:
{ "call_reservations_conv": 11, "call_reservations_rev": 12, "click_date": 0, "conv_date": 1, "creative_id": 3, "device": 8, "dt": 14, "expected_rev_now": 15, "group_id": 4, "keyword": 6, "keyword_id": 2, "match_type": 7, "order_id": 13, "target_id": 5, "web_reservations_conv": 9, "web_reservations_rev": 10 } - schema_attributes:
{ "call_reservations_conv": "string", "call_reservations_rev": "string", "click_date": "string", "conv_date": "string", "creative_id": "string", "device": "string", "dt": "string", "expected_rev_now": "string", "group_id": "string", "keyword": "string", "keyword_id": "string", "match_type": "string", "order_id": "string", "target_id": "string", "web_reservations_conv": "string", "web_reservations_rev": "string" } - schema_name_id: 1494
- schema_scan_id: 5664068
- updated: None
Schema Scans: 1
Last at 2020-08-10 16:38:17
-
Scan 5664068
- duration: 0:00:08.233918
- exit_message:
{ "exception": "failed to apply schema `Query failed: FAILED: SemanticException [Error 10035]: Column repeated in partitioning columns `CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_athena.explorations_marin_selfstorage_backfill`\n(\n `click_date` string , `conv_date` string , `keyword_id` string , `creative_id` string , `group_id` string , `target_id` string , `keyword` string , `match_type` string , `device` string , `web_reservations_conv` string , `web_reservations_rev` string , `call_reservations_conv` string , `call_reservations_rev` string , `order_id` string , `dt` string , `expected_rev_now` string \n)\nPARTITIONED BY (dt string)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill'\nTBLPROPERTIES ('skip.header.line.count' = '1')``: ['CREATE DATABASE IF NOT EXISTS `sfdl_dev_athena`', 'DROP TABLE IF EXISTS `sfdl_dev_athena.explorations_marin_selfstorage_backfill`', 'CREATE EXTERNAL TABLE IF NOT EXISTS\\n`sfdl_dev_athena.explorations_marin_selfstorage_backfill`\\n(\\n `click_date` string , `conv_date` string , `keyword_id` string , `creative_id` string , `group_id` string , `target_id` string , `keyword` string , `match_type` string , `device` string , `web_reservations_conv` string , `web_reservations_rev` string , `call_reservations_conv` string , `call_reservations_rev` string , `order_id` string , `dt` string , `expected_rev_now` string \\n)\\nPARTITIONED BY (dt string)\\nROW FORMAT SERDE\\n\\'org.apache.hadoop.hive.serde2.OpenCSVSerde\\'\\n WITH SERDEPROPERTIES ( \\'separatorChar\\' = \\',\\', \\'quoteChar\\' = \\'\"\\', \\'escapeChar\\' = \\'\\\\\\\\\\')\\nSTORED AS INPUTFORMAT\\n \\'org.apache.hadoop.mapred.TextInputFormat\\'\\nOUTPUTFORMAT\\n \\'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat\\'\\nLOCATION\\n \\'s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill\\'\\nTBLPROPERTIES (\\'skip.header.line.count\\' = \\'1\\')', 'MSCK REPAIR TABLE sfdl_dev_athena.explorations_marin_selfstorage_backfill']\nTraceback (most recent call last):\n File \"/schema_manager/schema_generator/table_generator.py\", line 24, in apply_latest_version\n self.runner.run_multi_query(schema_version.ddl, timeout=DDLQueueWorker.TIMEOUT)\n File \"/src/athena-runner/athena_runner/runner.py\", line 133, in run_multi_query\n result = self.run_single_query(query, timeout, database)\n File \"/src/athena-runner/athena_runner/runner.py\", line 51, in run_single_query\n return self._run_single_query(query, timeout, database)\n File \"/src/athena-runner/athena_runner/runner.py\", line 120, in _run_single_query\n raise e\n File \"/src/athena-runner/athena_runner/runner.py\", line 103, in _run_single_query\n raise AthenaRunnerQueryException('Query failed: {} `{}`'.format(info['QueryExecution']['Status']['StateChangeReason'], query))\nathena_runner.exceptions.AthenaRunnerQueryException: Query failed: FAILED: SemanticException [Error 10035]: Column repeated in partitioning columns `CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_athena.explorations_marin_selfstorage_backfill`\n(\n `click_date` string , `conv_date` string , `keyword_id` string , `creative_id` string , `group_id` string , `target_id` string , `keyword` string , `match_type` string , `device` string , `web_reservations_conv` string , `web_reservations_rev` string , `call_reservations_conv` string , `call_reservations_rev` string , `order_id` string , `dt` string , `expected_rev_now` string \n)\nPARTITIONED BY (dt string)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill'\nTBLPROPERTIES ('skip.header.line.count' = '1')`\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/schema_manager/schema_generator/schema_scanner.py\", line 102, in scan\n response = service.run()\n File \"/schema_manager/schema_generator/process_hive_table.py\", line 95, in run\n response['ddl_changed'] = table_generator.run()\n File \"/schema_manager/schema_generator/table_generator.py\", line 35, in run\n self.apply_latest_version()\n File \"/schema_manager/schema_generator/table_generator.py\", line 26, in apply_latest_version\n raise Exception('failed to apply schema `{}`: {}'.format(e, schema_version.ddl))\nException: failed to apply schema `Query failed: FAILED: SemanticException [Error 10035]: Column repeated in partitioning columns `CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_athena.explorations_marin_selfstorage_backfill`\n(\n `click_date` string , `conv_date` string , `keyword_id` string , `creative_id` string , `group_id` string , `target_id` string , `keyword` string , `match_type` string , `device` string , `web_reservations_conv` string , `web_reservations_rev` string , `call_reservations_conv` string , `call_reservations_rev` string , `order_id` string , `dt` string , `expected_rev_now` string \n)\nPARTITIONED BY (dt string)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill'\nTBLPROPERTIES ('skip.header.line.count' = '1')``: ['CREATE DATABASE IF NOT EXISTS `sfdl_dev_athena`', 'DROP TABLE IF EXISTS `sfdl_dev_athena.explorations_marin_selfstorage_backfill`', 'CREATE EXTERNAL TABLE IF NOT EXISTS\\n`sfdl_dev_athena.explorations_marin_selfstorage_backfill`\\n(\\n `click_date` string , `conv_date` string , `keyword_id` string , `creative_id` string , `group_id` string , `target_id` string , `keyword` string , `match_type` string , `device` string , `web_reservations_conv` string , `web_reservations_rev` string , `call_reservations_conv` string , `call_reservations_rev` string , `order_id` string , `dt` string , `expected_rev_now` string \\n)\\nPARTITIONED BY (dt string)\\nROW FORMAT SERDE\\n\\'org.apache.hadoop.hive.serde2.OpenCSVSerde\\'\\n WITH SERDEPROPERTIES ( \\'separatorChar\\' = \\',\\', \\'quoteChar\\' = \\'\"\\', \\'escapeChar\\' = \\'\\\\\\\\\\')\\nSTORED AS INPUTFORMAT\\n \\'org.apache.hadoop.mapred.TextInputFormat\\'\\nOUTPUTFORMAT\\n \\'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat\\'\\nLOCATION\\n \\'s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill\\'\\nTBLPROPERTIES (\\'skip.header.line.count\\' = \\'1\\')', 'MSCK REPAIR TABLE sfdl_dev_athena.explorations_marin_selfstorage_backfill']\n: Expecting value: line 1 column 1 (char 0)" } - id: 5664068
- payload:
{ "datatype_dict": null, "file_format": "csv", "file_properties": { "data_has_header_row": true }, "is_schema_datatyped": false, "partition": { "location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-01", "name": "dt", "type": "string", "value": "2019-01-01" }, "s3": { "bucket": "sfdl-athena-explorations-dev", "hive_path": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill", "key": "raw_incremental/marin_selfstorage_backfill/dt=2019-01-01/data.csv.gz" }, "schema": { "name": "sfdl_dev_athena.explorations_marin_selfstorage_backfill", "type": "athena" } } - running: False
- schema_name_id: 1494
- start_time: 2020-08-10 16:38:17
- success: False
- trace_id: 8255761187450907057
- count: 16
- ddl:
[ "ALTER TABLE\n `sfdl_dev_athena.explorations_marin_selfstorage_backfill`\nADD\n\n\n PARTITION (dt='2019-01-01') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-01'\n PARTITION (dt='2019-01-02') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-02'\n PARTITION (dt='2019-01-03') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-03'\n PARTITION (dt='2019-01-04') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-04'\n PARTITION (dt='2019-01-05') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-05'\n PARTITION (dt='2019-01-06') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-06'\n PARTITION (dt='2019-01-07') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-07'\n PARTITION (dt='2019-01-08') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-08'\n PARTITION (dt='2019-01-09') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-09'\n PARTITION (dt='2019-01-10') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-10'\n PARTITION (dt='2019-01-11') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-11'\n PARTITION (dt='2019-01-12') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-12'\n PARTITION (dt='2019-01-13') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-13'\n PARTITION (dt='2019-01-14') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-14'\n PARTITION (dt='2019-01-15') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-15'\n PARTITION (dt='2019-01-16') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-16'\n;" ] - name: dt
- state:
[ { "info": { "id": 158991, "location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-01", "name": "dt", "value": "2019-01-01" }, "state": { "arrival": { "athena_discovery": false, "first_data": "2020-08-10 16:38:17", "last_data": "2020-08-10 16:49:43" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 158992, "location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-02", "name": "dt", "value": "2019-01-02" }, "state": { "arrival": { "athena_discovery": false, "first_data": "2020-08-10 16:38:47", "last_data": "2020-08-10 16:50:12" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 158993, "location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-03", "name": "dt", "value": "2019-01-03" }, "state": { "arrival": { "athena_discovery": false, "first_data": "2020-08-10 16:39:17", "last_data": "2020-08-10 16:50:39" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 158994, "location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-04", "name": "dt", "value": "2019-01-04" }, "state": { "arrival": { "athena_discovery": false, "first_data": "2020-08-10 16:39:45", "last_data": "2020-08-11 15:35:24" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 158995, "location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-05", "name": "dt", "value": "2019-01-05" }, "state": { "arrival": { "athena_discovery": false, "first_data": "2020-08-10 16:40:13", "last_data": "2020-08-11 15:35:24" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 158996, "location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-06", "name": "dt", "value": "2019-01-06" }, "state": { "arrival": { "athena_discovery": false, "first_data": "2020-08-10 16:40:41", "last_data": "2020-08-11 15:35:26" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 158997, "location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-07", "name": "dt", "value": "2019-01-07" }, "state": { "arrival": { "athena_discovery": false, "first_data": "2020-08-10 16:41:09", "last_data": "2020-08-11 15:35:52" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 158998, "location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-08", "name": "dt", "value": "2019-01-08" }, "state": { "arrival": { "athena_discovery": false, "first_data": "2020-08-10 16:41:39", "last_data": "2020-08-11 15:35:52" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 158999, "location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-09", "name": "dt", "value": "2019-01-09" }, "state": { "arrival": { "athena_discovery": false, "first_data": "2020-08-10 16:42:07", "last_data": "2020-08-11 15:35:51" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 159000, "location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-10", "name": "dt", "value": "2019-01-10" }, "state": { "arrival": { "athena_discovery": false, "first_data": "2020-08-10 16:42:35", "last_data": "2020-08-11 15:35:53" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 159001, "location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-11", "name": "dt", "value": "2019-01-11" }, "state": { "arrival": { "athena_discovery": false, "first_data": "2020-08-10 16:43:03", "last_data": "2020-08-11 15:36:21" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 159002, "location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-12", "name": "dt", "value": "2019-01-12" }, "state": { "arrival": { "athena_discovery": false, "first_data": "2020-08-10 16:43:31", "last_data": "2020-08-11 15:36:20" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 159003, "location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-13", "name": "dt", "value": "2019-01-13" }, "state": { "arrival": { "athena_discovery": false, "first_data": "2020-08-10 16:43:59", "last_data": "2020-08-11 15:36:50" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 159004, "location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-14", "name": "dt", "value": "2019-01-14" }, "state": { "arrival": { "athena_discovery": false, "first_data": "2020-08-10 16:44:29", "last_data": "2020-08-11 15:36:50" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 159005, "location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-15", "name": "dt", "value": "2019-01-15" }, "state": { "arrival": { "athena_discovery": false, "first_data": "2020-08-10 16:44:59", "last_data": "2020-08-11 15:36:51" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 159006, "location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-16", "name": "dt", "value": "2019-01-16" }, "state": { "arrival": { "athena_discovery": false, "first_data": "2020-08-10 16:45:27", "last_data": "2020-08-11 16:13:52" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } } ] - type: string
- attributes:
{ "call_reservations_conv": "string", "call_reservations_rev": "string", "click_date": "string", "conv_date": "string", "creative_id": "string", "device": "string", "dt": "string", "expected_rev_now": "string", "group_id": "string", "keyword": "string", "keyword_id": "string", "match_type": "string", "order_id": "string", "target_id": "string", "web_reservations_conv": "string", "web_reservations_rev": "string" } - created: 2020-08-10 16:38:17
- ddl:
{ "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_athena`", "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_athena.explorations_marin_selfstorage_backfill`\n(\n `click_date` string , `conv_date` string , `keyword_id` string , `creative_id` string , `group_id` string , `target_id` string , `keyword` string , `match_type` string , `device` string , `web_reservations_conv` string , `web_reservations_rev` string , `call_reservations_conv` string , `call_reservations_rev` string , `order_id` string , `dt` string , `expected_rev_now` string \n)\nPARTITIONED BY (dt string)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "drop_table": "DROP TABLE IF EXISTS `sfdl_dev_athena.explorations_marin_selfstorage_backfill`", "repair_table": "MSCK REPAIR TABLE sfdl_dev_athena.explorations_marin_selfstorage_backfill" }
- hostname: schemamanager-5447774fc6-4w58v
- name: schema_manager
- process_start: 2026-04-02 21:43:44
- sf_env: dev
- version: 2427328685
{
"name": {
"created": "2020-08-10 16:38:17",
"disabled": false,
"format": "raw",
"id": 1494,
"is_partitioned": true,
"is_schema_datatyped": false,
"name": {
"database": "sfdl_dev_athena",
"table": "explorations_marin_selfstorage_backfill"
},
"type": "athena"
},
"partition": {
"count": 16,
"ddl": [
"ALTER TABLE\n `sfdl_dev_athena.explorations_marin_selfstorage_backfill`\nADD\n\n\n PARTITION (dt='2019-01-01') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-01'\n PARTITION (dt='2019-01-02') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-02'\n PARTITION (dt='2019-01-03') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-03'\n PARTITION (dt='2019-01-04') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-04'\n PARTITION (dt='2019-01-05') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-05'\n PARTITION (dt='2019-01-06') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-06'\n PARTITION (dt='2019-01-07') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-07'\n PARTITION (dt='2019-01-08') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-08'\n PARTITION (dt='2019-01-09') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-09'\n PARTITION (dt='2019-01-10') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-10'\n PARTITION (dt='2019-01-11') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-11'\n PARTITION (dt='2019-01-12') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-12'\n PARTITION (dt='2019-01-13') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-13'\n PARTITION (dt='2019-01-14') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-14'\n PARTITION (dt='2019-01-15') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-15'\n PARTITION (dt='2019-01-16') location 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-16'\n;"
],
"name": "dt",
"state": [
{
"info": {
"id": 158991,
"location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-01",
"name": "dt",
"value": "2019-01-01"
},
"state": {
"arrival": {
"athena_discovery": false,
"first_data": "2020-08-10 16:38:17",
"last_data": "2020-08-10 16:49:43"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 158992,
"location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-02",
"name": "dt",
"value": "2019-01-02"
},
"state": {
"arrival": {
"athena_discovery": false,
"first_data": "2020-08-10 16:38:47",
"last_data": "2020-08-10 16:50:12"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 158993,
"location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-03",
"name": "dt",
"value": "2019-01-03"
},
"state": {
"arrival": {
"athena_discovery": false,
"first_data": "2020-08-10 16:39:17",
"last_data": "2020-08-10 16:50:39"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 158994,
"location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-04",
"name": "dt",
"value": "2019-01-04"
},
"state": {
"arrival": {
"athena_discovery": false,
"first_data": "2020-08-10 16:39:45",
"last_data": "2020-08-11 15:35:24"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 158995,
"location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-05",
"name": "dt",
"value": "2019-01-05"
},
"state": {
"arrival": {
"athena_discovery": false,
"first_data": "2020-08-10 16:40:13",
"last_data": "2020-08-11 15:35:24"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 158996,
"location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-06",
"name": "dt",
"value": "2019-01-06"
},
"state": {
"arrival": {
"athena_discovery": false,
"first_data": "2020-08-10 16:40:41",
"last_data": "2020-08-11 15:35:26"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 158997,
"location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-07",
"name": "dt",
"value": "2019-01-07"
},
"state": {
"arrival": {
"athena_discovery": false,
"first_data": "2020-08-10 16:41:09",
"last_data": "2020-08-11 15:35:52"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 158998,
"location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-08",
"name": "dt",
"value": "2019-01-08"
},
"state": {
"arrival": {
"athena_discovery": false,
"first_data": "2020-08-10 16:41:39",
"last_data": "2020-08-11 15:35:52"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 158999,
"location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-09",
"name": "dt",
"value": "2019-01-09"
},
"state": {
"arrival": {
"athena_discovery": false,
"first_data": "2020-08-10 16:42:07",
"last_data": "2020-08-11 15:35:51"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 159000,
"location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-10",
"name": "dt",
"value": "2019-01-10"
},
"state": {
"arrival": {
"athena_discovery": false,
"first_data": "2020-08-10 16:42:35",
"last_data": "2020-08-11 15:35:53"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 159001,
"location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-11",
"name": "dt",
"value": "2019-01-11"
},
"state": {
"arrival": {
"athena_discovery": false,
"first_data": "2020-08-10 16:43:03",
"last_data": "2020-08-11 15:36:21"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 159002,
"location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-12",
"name": "dt",
"value": "2019-01-12"
},
"state": {
"arrival": {
"athena_discovery": false,
"first_data": "2020-08-10 16:43:31",
"last_data": "2020-08-11 15:36:20"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 159003,
"location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-13",
"name": "dt",
"value": "2019-01-13"
},
"state": {
"arrival": {
"athena_discovery": false,
"first_data": "2020-08-10 16:43:59",
"last_data": "2020-08-11 15:36:50"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 159004,
"location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-14",
"name": "dt",
"value": "2019-01-14"
},
"state": {
"arrival": {
"athena_discovery": false,
"first_data": "2020-08-10 16:44:29",
"last_data": "2020-08-11 15:36:50"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 159005,
"location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-15",
"name": "dt",
"value": "2019-01-15"
},
"state": {
"arrival": {
"athena_discovery": false,
"first_data": "2020-08-10 16:44:59",
"last_data": "2020-08-11 15:36:51"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 159006,
"location": "s3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill/dt=2019-01-16",
"name": "dt",
"value": "2019-01-16"
},
"state": {
"arrival": {
"athena_discovery": false,
"first_data": "2020-08-10 16:45:27",
"last_data": "2020-08-11 16:13:52"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
}
],
"type": "string"
},
"schema": {
"attributes": {
"call_reservations_conv": "string",
"call_reservations_rev": "string",
"click_date": "string",
"conv_date": "string",
"creative_id": "string",
"device": "string",
"dt": "string",
"expected_rev_now": "string",
"group_id": "string",
"keyword": "string",
"keyword_id": "string",
"match_type": "string",
"order_id": "string",
"target_id": "string",
"web_reservations_conv": "string",
"web_reservations_rev": "string"
},
"created": "2020-08-10 16:38:17",
"ddl": {
"create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_athena`",
"create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_athena.explorations_marin_selfstorage_backfill`\n(\n `click_date` string , `conv_date` string , `keyword_id` string , `creative_id` string , `group_id` string , `target_id` string , `keyword` string , `match_type` string , `device` string , `web_reservations_conv` string , `web_reservations_rev` string , `call_reservations_conv` string , `call_reservations_rev` string , `order_id` string , `dt` string , `expected_rev_now` string \n)\nPARTITIONED BY (dt string)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-athena-explorations-dev/raw_incremental/marin_selfstorage_backfill'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
"drop_table": "DROP TABLE IF EXISTS `sfdl_dev_athena.explorations_marin_selfstorage_backfill`",
"repair_table": "MSCK REPAIR TABLE sfdl_dev_athena.explorations_marin_selfstorage_backfill"
}
},
"server": {
"hostname": "schemamanager-5447774fc6-4w58v",
"name": "schema_manager",
"process_start": "2026-04-02 21:43:44",
"sf_env": "dev",
"version": "2427328685"
}
}