Schema Info

Schema Name: sfdl_dev_rds.cbkpfull_another_different_csv
  • created: 2019-09-09 15:21:10
  • disabled: False
  • format: raw
  • id: 1296
  • is_partitioned: True
  • is_schema_datatyped: True
  • name:
    {
        "database": "sfdl_dev_rds",
        "table": "cbkpfull_another_different_csv"
    }
  • type: rds
Schema Versions: 1
    • created: 2019-09-09 15:21:10
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_dev_rds`",
          "DROP TABLE IF EXISTS `sfdl_dev_rds.cbkpfull_another_different_csv`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_rds.cbkpfull_another_different_csv`\n(\n `col1`  string , `col2`  string , `col3`  string , `col4`  string , `col5`  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-rds-cbkpfull-dev/raw/another_different_csv/2019-09-09/1568060466'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_dev_rds.cbkpfull_another_different_csv"
      ]
    • hive_path: s3://sfdl-rds-cbkpfull-dev/raw/another_different_csv/2019-09-09/1568060466
    • id: 4672162
    • processed: 1
    • raw_data:
      {
          "col1": 0,
          "col2": 1,
          "col3": 2,
          "col4": 3,
          "col5": 4
      }
    • schema_attributes:
      {
          "col1": "string",
          "col2": "string",
          "col3": "string",
          "col4": "string",
          "col5": "string"
      }
    • schema_name_id: 1296
    • schema_scan_id: 5164712
    • updated: 2019-09-09 15:21:24
Schema Scans: 1
Last at 2019-09-09 15:21:10
    • duration: 0:00:16.221448
    • exit_message:
      {
          "ddl_changed": true,
          "ingested_partitions": 1,
          "partitions_applied": false,
          "success": true
      }
    • id: 5164712
    • payload:
      {
          "datatype_dict": null,
          "file_format": "csv",
          "file_properties": {
              "data_has_header_row": true
          },
          "is_schema_datatyped": true,
          "partition": {
              "location": "s3://sfdl-rds-cbkpfull-dev/raw/another_different_csv/2019-09-09/1568060466/dt=2019-09-09",
              "name": "dt",
              "type": "string",
              "value": "2019-09-09"
          },
          "s3": {
              "bucket": "sfdl-rds-cbkpfull-dev",
              "hive_path": "s3://sfdl-rds-cbkpfull-dev/raw/another_different_csv/2019-09-09/1568060466",
              "key": "raw/another_different_csv/2019-09-09/1568060466/dt=2019-09-09/another_different_csv.csv.gz"
          },
          "schema": {
              "name": "sfdl_dev_rds.cbkpfull_another_different_csv",
              "type": "rds"
          },
          "trace_context": {
              "parent_id": 8349033648250784339,
              "service_name": "preloading",
              "span_id": 11236383307343796180,
              "trace_id": 8349033648250784339
          }
      }
    • running: False
    • schema_name_id: 1296
    • start_time: 2019-09-09 15:21:10
    • success: True
    • trace_id: 8349033648250784339
Partitions:
  • count: 1
  • ddl:
    [
        "ALTER TABLE\n    `sfdl_dev_rds.cbkpfull_another_different_csv`\nADD\n\n\n PARTITION (dt='2019-09-09') location 's3://sfdl-rds-cbkpfull-dev/raw/another_different_csv/2019-09-09/1568060466/dt=2019-09-09/'\n;"
    ]
  • name: dt
  • state:
    [
        {
            "info": {
                "id": 144559,
                "location": "s3://sfdl-rds-cbkpfull-dev/raw/another_different_csv/2019-09-09/1568060466/dt=2019-09-09/",
                "name": "dt",
                "value": "2019-09-09"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2019-09-09 15:21:10",
                    "last_data": "2019-09-09 15:21:10"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        }
    ]
  • type: string
Schema:
  • attributes:
    {
        "col1": "string",
        "col2": "string",
        "col3": "string",
        "col4": "string",
        "col5": "string"
    }
  • created: 2019-09-09 15:21:10
  • ddl:
    {
        "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_rds`",
        "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_rds.cbkpfull_another_different_csv`\n(\n `col1`  string , `col2`  string , `col3`  string , `col4`  string , `col5`  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-rds-cbkpfull-dev/raw/another_different_csv/2019-09-09/1568060466'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
        "drop_table": "DROP TABLE IF EXISTS `sfdl_dev_rds.cbkpfull_another_different_csv`",
        "repair_table": "MSCK REPAIR TABLE sfdl_dev_rds.cbkpfull_another_different_csv"
    }
Server:
  • hostname: schemamanager-5447774fc6-4w58v
  • name: schema_manager
  • process_start: 2026-04-02 21:43:44
  • sf_env: dev
  • version: 2427328685
Raw:
{
    "name": {
        "created": "2019-09-09 15:21:10",
        "disabled": false,
        "format": "raw",
        "id": 1296,
        "is_partitioned": true,
        "is_schema_datatyped": true,
        "name": {
            "database": "sfdl_dev_rds",
            "table": "cbkpfull_another_different_csv"
        },
        "type": "rds"
    },
    "partition": {
        "count": 1,
        "ddl": [
            "ALTER TABLE\n    `sfdl_dev_rds.cbkpfull_another_different_csv`\nADD\n\n\n PARTITION (dt='2019-09-09') location 's3://sfdl-rds-cbkpfull-dev/raw/another_different_csv/2019-09-09/1568060466/dt=2019-09-09/'\n;"
        ],
        "name": "dt",
        "state": [
            {
                "info": {
                    "id": 144559,
                    "location": "s3://sfdl-rds-cbkpfull-dev/raw/another_different_csv/2019-09-09/1568060466/dt=2019-09-09/",
                    "name": "dt",
                    "value": "2019-09-09"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2019-09-09 15:21:10",
                        "last_data": "2019-09-09 15:21:10"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            }
        ],
        "type": "string"
    },
    "schema": {
        "attributes": {
            "col1": "string",
            "col2": "string",
            "col3": "string",
            "col4": "string",
            "col5": "string"
        },
        "created": "2019-09-09 15:21:10",
        "ddl": {
            "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_rds`",
            "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_rds.cbkpfull_another_different_csv`\n(\n `col1`  string , `col2`  string , `col3`  string , `col4`  string , `col5`  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-rds-cbkpfull-dev/raw/another_different_csv/2019-09-09/1568060466'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
            "drop_table": "DROP TABLE IF EXISTS `sfdl_dev_rds.cbkpfull_another_different_csv`",
            "repair_table": "MSCK REPAIR TABLE sfdl_dev_rds.cbkpfull_another_different_csv"
        }
    },
    "server": {
        "hostname": "schemamanager-5447774fc6-4w58v",
        "name": "schema_manager",
        "process_start": "2026-04-02 21:43:44",
        "sf_env": "dev",
        "version": "2427328685"
    }
}