Schema Info
Schema Name: sfdl_prod_redshift.analytics_dwh_fact_page_view
- created: 2018-02-27 15:20:33
- disabled: False
- format: raw
- id: 235
- is_partitioned: True
- is_schema_datatyped: True
- name:
{ "database": "sfdl_prod_redshift", "table": "analytics_dwh_fact_page_view" } - type: redshift
Schema Versions: 3
-
Version 37223
- created: 2018-07-20 02:19:07
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_prod_redshift`", "DROP TABLE IF EXISTS `sfdl_prod_redshift.analytics_dwh_fact_page_view`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_redshift.analytics_dwh_fact_page_view`\n(\n `audit_id` bigint , `day_key` int , `day` date , `page_view_key` bigint , `visitor_key` bigint , `visit_page_view_num` int , `search_key` bigint , `search_key_is_original` int , `search_page_view_num` int , `page_type_key` int , `site_content_key` int , `facility_key` int , `unit_key` int , `page_view_time` timestamp , `request_uri` varchar(255) , `_origin` string \n)\nPARTITIONED BY (dt string)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'\n WITH SERDEPROPERTIES ( 'quote.delim' = '\"', 'escape.delim' = '\\\\', 'field.delim' = '\u0001')\nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view'\n", "MSCK REPAIR TABLE sfdl_prod_redshift.analytics_dwh_fact_page_view" ] - hive_path: s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view
- id: 37223
- processed: 1
- raw_data:
{ "_origin": "15", "audit_id": "0", "day": "2", "day_key": "1", "facility_key": "11", "page_type_key": "9", "page_view_key": "3", "page_view_time": "13", "request_uri": "14", "search_key": "6", "search_key_is_original": "7", "search_page_view_num": "8", "site_content_key": "10", "unit_key": "12", "visit_page_view_num": "5", "visitor_key": "4" } - schema_attributes:
{ "_origin": "string", "audit_id": "bigint", "day": "date", "day_key": "int", "facility_key": "int", "page_type_key": "int", "page_view_key": "bigint", "page_view_time": "timestamp", "request_uri": "varchar(255)", "search_key": "bigint", "search_key_is_original": "int", "search_page_view_num": "int", "site_content_key": "int", "unit_key": "int", "visit_page_view_num": "int", "visitor_key": "bigint" } - schema_name_id: 235
- schema_scan_id: 14600810
- updated: 2018-07-20 07:23:13
-
Version 10287
- created: 2018-05-04 11:24:16
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_prod_redshift`", "DROP TABLE IF EXISTS `sfdl_prod_redshift.analytics_dwh_fact_page_view`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_redshift.analytics_dwh_fact_page_view`\n(\n `audit_id` bigint , `day_key` int , `day` date , `page_view_key` bigint , `visitor_key` bigint , `visit_page_view_num` int , `search_key` bigint , `search_key_is_original` tinyint , `search_page_view_num` int , `page_type_key` tinyint , `site_content_key` int , `facility_key` int , `unit_key` int , `page_view_time` timestamp , `request_uri` varchar(255) , `_origin` string \n)\nPARTITIONED BY (dt string)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'\n WITH SERDEPROPERTIES ( 'separatorChar' = '\u0001', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view'\n", "MSCK REPAIR TABLE sfdl_prod_redshift.analytics_dwh_fact_page_view" ] - hive_path: s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view
- id: 10287
- processed: 1
- raw_data:
{ "_origin": "15", "audit_id": "0", "day": "2", "day_key": "1", "facility_key": "11", "page_type_key": "9", "page_view_key": "3", "page_view_time": "13", "request_uri": "14", "search_key": "6", "search_key_is_original": "7", "search_page_view_num": "8", "site_content_key": "10", "unit_key": "12", "visit_page_view_num": "5", "visitor_key": "4" } - schema_attributes:
{ "_origin": "string", "audit_id": "bigint", "day": "date", "day_key": "int", "facility_key": "int", "page_type_key": "tinyint", "page_view_key": "bigint", "page_view_time": "timestamp", "request_uri": "varchar(255)", "search_key": "bigint", "search_key_is_original": "tinyint", "search_page_view_num": "int", "site_content_key": "int", "unit_key": "int", "visit_page_view_num": "int", "visitor_key": "bigint" } - schema_name_id: 235
- schema_scan_id: 11140239
- updated: 2018-05-24 09:41:27
-
Version 10016
- created: 2018-05-04 09:24:56
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_prod_redshift`", "DROP TABLE IF EXISTS `sfdl_prod_redshift.analytics_dwh_fact_page_view`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_redshift.analytics_dwh_fact_page_view`\n(\n `audit_id` int , `day_key` int , `day` date , `page_view_key` int , `visitor_key` int , `visit_page_view_num` int , `search_key` int , `search_key_is_original` tinyint , `search_page_view_num` int , `page_type_key` tinyint , `site_content_key` int , `facility_key` int , `unit_key` int , `page_view_time` timestamp , `request_uri` varchar(255) , `_origin` string \n)\nPARTITIONED BY (dt string)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'\n WITH SERDEPROPERTIES ( 'separatorChar' = '\u0001', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view'\n", "MSCK REPAIR TABLE sfdl_prod_redshift.analytics_dwh_fact_page_view" ] - hive_path: s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view
- id: 10016
- processed: 1
- raw_data:
{ "_origin": "15", "audit_id": "0", "day": "2", "day_key": "1", "facility_key": "11", "page_type_key": "9", "page_view_key": "3", "page_view_time": "13", "request_uri": "14", "search_key": "6", "search_key_is_original": "7", "search_page_view_num": "8", "site_content_key": "10", "unit_key": "12", "visit_page_view_num": "5", "visitor_key": "4" } - schema_attributes:
{ "_origin": "string", "audit_id": "int", "day": "date", "day_key": "int", "facility_key": "int", "page_type_key": "tinyint", "page_view_key": "int", "page_view_time": "timestamp", "request_uri": "varchar(255)", "search_key": "int", "search_key_is_original": "tinyint", "search_page_view_num": "int", "site_content_key": "int", "unit_key": "int", "visit_page_view_num": "int", "visitor_key": "int" } - schema_name_id: 235
- schema_scan_id: 11130897
- updated: 2018-05-04 09:28:16
Schema Scans: 5
Last at 2026-04-17 03:10:58
-
Scan 162167809
- duration: 0:00:03.593112
- exit_message:
{ "ddl_changed": false, "partitions_applied": true, "success": true } - id: 162167809
- payload:
{ "datatype_dict": { "audit_id": "bigint", "day": "date", "day_key": "int", "facility_key": "int", "origin_key": "varchar", "page_type_key": "int", "page_view_key": "bigint", "page_view_time": "timestamp", "request_uri": "varchar(255)", "search_key": "bigint", "search_key_is_original": "int", "search_page_view_num": "int", "site_content_key": "int", "unit_key": "int", "visit_page_view_num": "int", "visitor_key": "bigint" }, "file_format": "dat", "file_properties": { "data_has_header_row": false, "header_s3_object": { "bucket": "sfdl-redshift-analytics-prod", "key": "meta/dwh_fact_page_view/2026-04-17/1776413145/header.json" }, "serde_properties": { "separatorChar": "\u0001" } }, "is_schema_datatyped": true, "partition": { "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-16", "name": "dt", "type": "string", "value": "2026-04-16" }, "s3": { "bucket": "sfdl-redshift-analytics-prod", "hive_path": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view", "key": "raw_incremental/dwh_fact_page_view/dt=2026-04-16/0006_part_00.gz" }, "schema": { "name": "sfdl_prod_redshift.analytics_dwh_fact_page_view", "type": "redshift" }, "trace_context": { "parent_id": 14813072760933836508, "service_name": "redshift_unloads", "span_id": 15109744722614021027, "trace_id": 3282672100151082515 } } - running: False
- schema_name_id: 235
- start_time: 2026-04-17 03:10:58
- success: True
- trace_id: 3282672100151082515
-
Scan 162112097
- duration: 0:00:03.568253
- exit_message:
{ "ddl_changed": false, "partitions_applied": true, "success": true } - id: 162112097
- payload:
{ "datatype_dict": { "audit_id": "bigint", "day": "date", "day_key": "int", "facility_key": "int", "origin_key": "varchar", "page_type_key": "int", "page_view_key": "bigint", "page_view_time": "timestamp", "request_uri": "varchar(255)", "search_key": "bigint", "search_key_is_original": "int", "search_page_view_num": "int", "site_content_key": "int", "unit_key": "int", "visit_page_view_num": "int", "visitor_key": "bigint" }, "file_format": "dat", "file_properties": { "data_has_header_row": false, "header_s3_object": { "bucket": "sfdl-redshift-analytics-prod", "key": "meta/dwh_fact_page_view/2026-04-16/1776327528/header.json" }, "serde_properties": { "separatorChar": "\u0001" } }, "is_schema_datatyped": true, "partition": { "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-15", "name": "dt", "type": "string", "value": "2026-04-15" }, "s3": { "bucket": "sfdl-redshift-analytics-prod", "hive_path": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view", "key": "raw_incremental/dwh_fact_page_view/dt=2026-04-15/0007_part_00.gz" }, "schema": { "name": "sfdl_prod_redshift.analytics_dwh_fact_page_view", "type": "redshift" }, "trace_context": { "parent_id": 10740248939324193013, "service_name": "redshift_unloads", "span_id": 7753499239193501897, "trace_id": 16426956707563321411 } } - running: False
- schema_name_id: 235
- start_time: 2026-04-16 03:19:03
- success: True
- trace_id: 16426956707563321411
-
Scan 14600810
- duration: 0:02:01.734042
- exit_message:
{ "ddl_changed": true, "ingested_partitions": 932, "partitions_applied": false, "success": true } - id: 14600810
- payload:
{ "datatype_dict": { "audit_id": "bigint", "day": "date", "day_key": "int", "facility_key": "int", "origin_key": "varchar", "page_type_key": "int", "page_view_key": "bigint", "page_view_time": "timestamp", "request_uri": "varchar(255)", "search_key": "bigint", "search_key_is_original": "int", "search_page_view_num": "int", "site_content_key": "int", "unit_key": "int", "visit_page_view_num": "int", "visitor_key": "bigint" }, "file_format": "dat", "file_properties": { "data_has_header_row": false, "header_s3_object": { "bucket": "sfdl-redshift-analytics-prod", "key": "meta/dwh_fact_page_view/2018-07-20/1532071139/header.json" }, "serde_properties": { "separatorChar": "\u0001" } }, "is_schema_datatyped": true, "partition": { "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2018-07-20", "name": "dt", "type": "string", "value": "2018-07-20" }, "s3": { "bucket": "sfdl-redshift-analytics-prod", "hive_path": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view", "key": "raw_incremental/dwh_fact_page_view/dt=2018-07-20/fact_page_view.dat000.gz" }, "schema": { "name": "sfdl_prod_redshift.analytics_dwh_fact_page_view", "type": "redshift" } } - running: False
- schema_name_id: 235
- start_time: 2018-07-20 02:19:07
- success: True
-
Scan 11140239
- duration: 0:05:54.738097
- exit_message:
{ "ddl_changed": true, "ingested_partitions": 855, "partitions_applied": false, "success": true } - id: 11140239
- payload:
{ "datatype_dict": { "audit_id": "bigint", "day": "date", "day_key": "int", "facility_key": "int", "origin_key": "varchar", "page_type_key": "tinyint", "page_view_key": "bigint", "page_view_time": "timestamp", "request_uri": "varchar(255)", "search_key": "bigint", "search_key_is_original": "tinyint", "search_page_view_num": "int", "site_content_key": "int", "unit_key": "int", "visit_page_view_num": "int", "visitor_key": "bigint" }, "file_format": "dat", "file_properties": { "data_has_header_row": false, "header_s3_object": { "bucket": "sfdl-redshift-analytics-prod", "key": "meta/dwh_fact_page_view/2018-05-04/1525451042/header.json" }, "serde_properties": { "separatorChar": "\u0001" } }, "is_schema_datatyped": true, "partition": { "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2018-05-04", "name": "dt", "type": "string", "value": "2018-05-04" }, "s3": { "bucket": "sfdl-redshift-analytics-prod", "hive_path": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view", "key": "raw_incremental/dwh_fact_page_view/dt=2018-05-04/fact_page_view.dat000.gz" }, "schema": { "name": "sfdl_prod_redshift.analytics_dwh_fact_page_view", "type": "redshift" } } - running: False
- schema_name_id: 235
- start_time: 2018-05-04 11:24:16
- success: True
-
Scan 11130897
- duration: 0:03:45.703660
- exit_message:
{ "ddl_changed": true, "ingested_partitions": 855, "partitions_applied": false, "success": true } - id: 11130897
- payload:
{ "datatype_dict": { "audit_id": "int", "day": "date", "day_key": "int", "facility_key": "int", "origin_key": "varchar", "page_type_key": "tinyint", "page_view_key": "int", "page_view_time": "timestamp", "request_uri": "varchar(255)", "search_key": "int", "search_key_is_original": "tinyint", "search_page_view_num": "int", "site_content_key": "int", "unit_key": "int", "visit_page_view_num": "int", "visitor_key": "int" }, "file_format": "dat", "file_properties": { "data_has_header_row": false, "header_s3_object": { "bucket": "sfdl-redshift-analytics-prod", "key": "meta/dwh_fact_page_view/2018-05-04/1525443872/header.json" }, "serde_properties": { "separatorChar": "\u0001" } }, "is_schema_datatyped": true, "partition": { "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2018-05-04", "name": "dt", "type": "string", "value": "2018-05-04" }, "s3": { "bucket": "sfdl-redshift-analytics-prod", "hive_path": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view", "key": "raw_incremental/dwh_fact_page_view/dt=2018-05-04/fact_page_view.dat000.gz" }, "schema": { "name": "sfdl_prod_redshift.analytics_dwh_fact_page_view", "type": "redshift" } } - running: False
- schema_name_id: 235
- start_time: 2018-05-04 09:24:56
- success: True
- count: 185
- ddl:
[ "ALTER TABLE\n `sfdl_prod_redshift.analytics_dwh_fact_page_view`\nADD\n\n\n PARTITION (dt='2025-10-14') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-14/'\n PARTITION (dt='2025-10-15') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-15/'\n PARTITION (dt='2025-10-16') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-16/'\n PARTITION (dt='2025-10-17') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-17/'\n PARTITION (dt='2025-10-18') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-18/'\n PARTITION (dt='2025-10-19') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-19/'\n PARTITION (dt='2025-10-20') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-20/'\n PARTITION (dt='2025-10-21') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-21/'\n PARTITION (dt='2025-10-22') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-22/'\n PARTITION (dt='2025-10-23') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-23/'\n PARTITION (dt='2025-10-24') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-24/'\n PARTITION (dt='2025-10-25') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-25/'\n PARTITION (dt='2025-10-26') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-26/'\n PARTITION (dt='2025-10-27') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-27/'\n PARTITION (dt='2025-10-28') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-28/'\n PARTITION (dt='2025-10-29') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-29/'\n PARTITION (dt='2025-10-30') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-30/'\n PARTITION (dt='2025-10-31') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-31/'\n PARTITION (dt='2025-11-01') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-01/'\n PARTITION (dt='2025-11-02') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-02/'\n PARTITION (dt='2025-11-03') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-03/'\n PARTITION (dt='2025-11-04') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-04/'\n PARTITION (dt='2025-11-05') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-05/'\n PARTITION (dt='2025-11-06') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-06/'\n PARTITION (dt='2025-11-07') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-07/'\n PARTITION (dt='2025-11-08') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-08/'\n PARTITION (dt='2025-11-09') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-09/'\n PARTITION (dt='2025-11-10') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-10/'\n PARTITION (dt='2025-11-11') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-11/'\n PARTITION (dt='2025-11-12') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-12/'\n PARTITION (dt='2025-11-13') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-13/'\n PARTITION (dt='2025-11-14') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-14/'\n PARTITION (dt='2025-11-15') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-15/'\n PARTITION (dt='2025-11-16') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-16/'\n PARTITION (dt='2025-11-17') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-17/'\n PARTITION (dt='2025-11-18') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-18/'\n PARTITION (dt='2025-11-19') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-19/'\n PARTITION (dt='2025-11-20') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-20/'\n PARTITION (dt='2025-11-21') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-21/'\n PARTITION (dt='2025-11-22') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-22/'\n PARTITION (dt='2025-11-23') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-23/'\n PARTITION (dt='2025-11-24') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-24/'\n PARTITION (dt='2025-11-25') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-25/'\n PARTITION (dt='2025-11-26') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-26/'\n PARTITION (dt='2025-11-27') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-27/'\n PARTITION (dt='2025-11-28') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-28/'\n PARTITION (dt='2025-11-29') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-29/'\n PARTITION (dt='2025-11-30') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-30/'\n PARTITION (dt='2025-12-01') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-01/'\n PARTITION (dt='2025-12-02') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-02/'\n PARTITION (dt='2025-12-03') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-03/'\n PARTITION (dt='2025-12-04') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-04/'\n PARTITION (dt='2025-12-05') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-05/'\n PARTITION (dt='2025-12-06') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-06/'\n PARTITION (dt='2025-12-07') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-07/'\n PARTITION (dt='2025-12-08') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-08/'\n PARTITION (dt='2025-12-09') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-09/'\n PARTITION (dt='2025-12-10') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-10/'\n PARTITION (dt='2025-12-11') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-11/'\n PARTITION (dt='2025-12-12') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-12/'\n PARTITION (dt='2025-12-13') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-13/'\n PARTITION (dt='2025-12-14') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-14/'\n PARTITION (dt='2025-12-15') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-15/'\n PARTITION (dt='2025-12-16') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-16/'\n PARTITION (dt='2025-12-17') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-17/'\n PARTITION (dt='2025-12-18') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-18/'\n PARTITION (dt='2025-12-19') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-19/'\n PARTITION (dt='2025-12-20') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-20/'\n PARTITION (dt='2025-12-21') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-21/'\n PARTITION (dt='2025-12-22') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-22/'\n PARTITION (dt='2025-12-23') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-23/'\n PARTITION (dt='2025-12-24') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-24/'\n PARTITION (dt='2025-12-25') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-25/'\n PARTITION (dt='2025-12-26') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-26/'\n PARTITION (dt='2025-12-27') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-27/'\n PARTITION (dt='2025-12-28') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-28/'\n PARTITION (dt='2025-12-29') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-29/'\n PARTITION (dt='2025-12-30') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-30/'\n PARTITION (dt='2025-12-31') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-31/'\n PARTITION (dt='2026-01-01') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-01/'\n PARTITION (dt='2026-01-02') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-02/'\n PARTITION (dt='2026-01-03') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-03/'\n PARTITION (dt='2026-01-04') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-04/'\n PARTITION (dt='2026-01-05') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-05/'\n PARTITION (dt='2026-01-06') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-06/'\n PARTITION (dt='2026-01-07') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-07/'\n PARTITION (dt='2026-01-08') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-08/'\n PARTITION (dt='2026-01-09') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-09/'\n PARTITION (dt='2026-01-10') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-10/'\n PARTITION (dt='2026-01-11') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-11/'\n PARTITION (dt='2026-01-12') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-12/'\n PARTITION (dt='2026-01-13') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-13/'\n PARTITION (dt='2026-01-14') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-14/'\n PARTITION (dt='2026-01-15') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-15/'\n PARTITION (dt='2026-01-16') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-16/'\n PARTITION (dt='2026-01-17') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-17/'\n PARTITION (dt='2026-01-18') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-18/'\n PARTITION (dt='2026-01-19') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-19/'\n PARTITION (dt='2026-01-20') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-20/'\n PARTITION (dt='2026-01-21') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-21/'\n PARTITION (dt='2026-01-22') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-22/'\n PARTITION (dt='2026-01-23') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-23/'\n PARTITION (dt='2026-01-24') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-24/'\n PARTITION (dt='2026-01-25') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-25/'\n PARTITION (dt='2026-01-26') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-26/'\n PARTITION (dt='2026-01-27') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-27/'\n PARTITION (dt='2026-01-28') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-28/'\n PARTITION (dt='2026-01-29') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-29/'\n PARTITION (dt='2026-01-30') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-30/'\n PARTITION (dt='2026-01-31') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-31/'\n PARTITION (dt='2026-02-01') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-01/'\n PARTITION (dt='2026-02-02') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-02/'\n PARTITION (dt='2026-02-03') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-03/'\n PARTITION (dt='2026-02-04') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-04/'\n PARTITION (dt='2026-02-05') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-05/'\n PARTITION (dt='2026-02-06') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-06/'\n PARTITION (dt='2026-02-07') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-07/'\n PARTITION (dt='2026-02-08') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-08/'\n PARTITION (dt='2026-02-09') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-09/'\n PARTITION (dt='2026-02-10') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-10/'\n PARTITION (dt='2026-02-11') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-11/'\n PARTITION (dt='2026-02-12') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-12/'\n PARTITION (dt='2026-02-13') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-13/'\n PARTITION (dt='2026-02-14') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-14/'\n PARTITION (dt='2026-02-15') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-15/'\n PARTITION (dt='2026-02-16') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-16/'\n PARTITION (dt='2026-02-17') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-17/'\n PARTITION (dt='2026-02-18') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-18/'\n PARTITION (dt='2026-02-19') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-19/'\n PARTITION (dt='2026-02-20') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-20/'\n PARTITION (dt='2026-02-21') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-21/'\n PARTITION (dt='2026-02-22') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-22/'\n PARTITION (dt='2026-02-23') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-23/'\n PARTITION (dt='2026-02-24') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-24/'\n PARTITION (dt='2026-02-25') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-25/'\n PARTITION (dt='2026-02-26') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-26/'\n PARTITION (dt='2026-02-27') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-27/'\n PARTITION (dt='2026-02-28') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-28/'\n PARTITION (dt='2026-03-01') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-01/'\n PARTITION (dt='2026-03-02') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-02/'\n PARTITION (dt='2026-03-03') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-03/'\n PARTITION (dt='2026-03-04') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-04/'\n PARTITION (dt='2026-03-05') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-05/'\n PARTITION (dt='2026-03-06') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-06/'\n PARTITION (dt='2026-03-07') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-07/'\n PARTITION (dt='2026-03-08') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-08/'\n PARTITION (dt='2026-03-09') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-09/'\n PARTITION (dt='2026-03-10') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-10/'\n PARTITION (dt='2026-03-11') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-11/'\n PARTITION (dt='2026-03-12') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-12/'\n PARTITION (dt='2026-03-13') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-13/'\n PARTITION (dt='2026-03-14') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-14/'\n PARTITION (dt='2026-03-15') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-15/'\n PARTITION (dt='2026-03-16') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-16/'\n PARTITION (dt='2026-03-17') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-17/'\n PARTITION (dt='2026-03-18') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-18/'\n PARTITION (dt='2026-03-19') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-19/'\n PARTITION (dt='2026-03-20') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-20/'\n PARTITION (dt='2026-03-21') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-21/'\n PARTITION (dt='2026-03-22') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-22/'\n PARTITION (dt='2026-03-23') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-23/'\n PARTITION (dt='2026-03-24') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-24/'\n PARTITION (dt='2026-03-25') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-25/'\n PARTITION (dt='2026-03-26') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-26/'\n PARTITION (dt='2026-03-27') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-27/'\n PARTITION (dt='2026-03-28') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-28/'\n PARTITION (dt='2026-03-29') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-29/'\n PARTITION (dt='2026-03-30') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-30/'\n PARTITION (dt='2026-03-31') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-31/'\n PARTITION (dt='2026-04-01') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-01/'\n PARTITION (dt='2026-04-02') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-02/'\n PARTITION (dt='2026-04-03') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-03/'\n PARTITION (dt='2026-04-04') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-04/'\n PARTITION (dt='2026-04-05') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-05/'\n PARTITION (dt='2026-04-06') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-06/'\n PARTITION (dt='2026-04-07') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-07/'\n PARTITION (dt='2026-04-08') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-08/'\n PARTITION (dt='2026-04-09') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-09/'\n PARTITION (dt='2026-04-10') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-10/'\n PARTITION (dt='2026-04-11') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-11/'\n PARTITION (dt='2026-04-12') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-12/'\n PARTITION (dt='2026-04-13') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-13/'\n PARTITION (dt='2026-04-14') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-14/'\n PARTITION (dt='2026-04-15') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-15/'\n PARTITION (dt='2026-04-16') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-16/'\n;" ] - name: dt
- state:
[ { "info": { "id": 1566035, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-14/", "name": "dt", "value": "2025-10-14" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-10-15 03:03:01", "last_data": "2025-10-15 03:03:01" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1566269, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-15/", "name": "dt", "value": "2025-10-15" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-10-16 03:01:14", "last_data": "2025-10-16 03:01:14" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1569157, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-16/", "name": "dt", "value": "2025-10-16" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-10-17 03:02:19", "last_data": "2025-10-17 03:02:19" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1595901, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-17/", "name": "dt", "value": "2025-10-17" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-10-18 02:54:35", "last_data": "2025-10-18 02:54:35" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1596158, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-18/", "name": "dt", "value": "2025-10-18" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-10-19 03:03:41", "last_data": "2025-10-19 03:03:41" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1596745, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-19/", "name": "dt", "value": "2025-10-19" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-10-20 05:39:20", "last_data": "2025-10-20 05:39:20" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1596968, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-20/", "name": "dt", "value": "2025-10-20" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-10-21 03:45:44", "last_data": "2025-10-21 03:45:44" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1597203, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-21/", "name": "dt", "value": "2025-10-21" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-10-22 03:11:56", "last_data": "2025-10-22 03:11:56" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1597433, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-22/", "name": "dt", "value": "2025-10-22" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-10-23 03:27:12", "last_data": "2025-10-23 03:27:12" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1597694, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-23/", "name": "dt", "value": "2025-10-23" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-10-24 03:34:52", "last_data": "2025-10-24 03:34:52" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1597935, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-24/", "name": "dt", "value": "2025-10-24" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-10-25 03:24:58", "last_data": "2025-10-25 03:24:58" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1598168, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-25/", "name": "dt", "value": "2025-10-25" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-10-26 03:45:57", "last_data": "2025-10-26 03:45:57" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1598387, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-26/", "name": "dt", "value": "2025-10-26" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-10-27 03:37:16", "last_data": "2025-10-27 03:37:16" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1598629, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-27/", "name": "dt", "value": "2025-10-27" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-10-28 03:35:25", "last_data": "2025-10-28 03:35:25" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1598868, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-28/", "name": "dt", "value": "2025-10-28" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-10-29 04:26:51", "last_data": "2025-10-29 04:26:51" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1599108, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-29/", "name": "dt", "value": "2025-10-29" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-10-30 03:39:36", "last_data": "2025-10-30 03:39:36" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1599340, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-30/", "name": "dt", "value": "2025-10-30" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-10-31 03:54:16", "last_data": "2025-10-31 03:54:16" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1599565, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-31/", "name": "dt", "value": "2025-10-31" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-01 03:24:50", "last_data": "2025-11-01 03:24:50" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1599996, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-01/", "name": "dt", "value": "2025-11-01" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-02 02:25:17", "last_data": "2025-11-02 02:25:17" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1600235, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-02/", "name": "dt", "value": "2025-11-02" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-03 03:10:50", "last_data": "2025-11-03 03:10:50" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1600483, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-03/", "name": "dt", "value": "2025-11-03" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-04 03:12:28", "last_data": "2025-11-04 03:12:28" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1600722, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-04/", "name": "dt", "value": "2025-11-04" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-05 03:14:45", "last_data": "2025-11-05 03:14:45" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1600958, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-05/", "name": "dt", "value": "2025-11-05" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-06 03:19:12", "last_data": "2025-11-06 03:19:12" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1601193, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-06/", "name": "dt", "value": "2025-11-06" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-07 03:05:21", "last_data": "2025-11-07 03:05:21" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1601459, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-07/", "name": "dt", "value": "2025-11-07" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-08 02:52:11", "last_data": "2025-11-08 02:52:11" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1601697, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-08/", "name": "dt", "value": "2025-11-08" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-09 03:08:34", "last_data": "2025-11-09 03:08:34" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1601928, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-09/", "name": "dt", "value": "2025-11-09" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-10 03:09:06", "last_data": "2025-11-10 03:09:06" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1602174, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-10/", "name": "dt", "value": "2025-11-10" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-11 03:16:56", "last_data": "2025-11-11 03:16:56" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1602411, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-11/", "name": "dt", "value": "2025-11-11" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-12 03:13:24", "last_data": "2025-11-12 03:13:24" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1602647, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-12/", "name": "dt", "value": "2025-11-12" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-13 03:15:00", "last_data": "2025-11-13 03:15:00" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1602881, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-13/", "name": "dt", "value": "2025-11-13" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-14 03:29:32", "last_data": "2025-11-14 03:29:32" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1603111, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-14/", "name": "dt", "value": "2025-11-14" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-15 03:14:17", "last_data": "2025-11-15 03:14:17" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1603367, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-15/", "name": "dt", "value": "2025-11-15" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-16 03:22:10", "last_data": "2025-11-16 03:22:10" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1605775, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-16/", "name": "dt", "value": "2025-11-16" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-17 03:17:37", "last_data": "2025-11-17 03:17:37" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1606041, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-17/", "name": "dt", "value": "2025-11-17" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-18 03:10:05", "last_data": "2025-11-18 03:10:05" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1606274, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-18/", "name": "dt", "value": "2025-11-18" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-19 03:12:13", "last_data": "2025-11-19 03:12:13" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1606515, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-19/", "name": "dt", "value": "2025-11-19" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-20 03:08:30", "last_data": "2025-11-20 03:08:30" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1606751, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-20/", "name": "dt", "value": "2025-11-20" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-21 03:14:22", "last_data": "2025-11-21 03:14:22" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1607002, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-21/", "name": "dt", "value": "2025-11-21" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-22 03:06:38", "last_data": "2025-11-22 03:06:38" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1607771, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-22/", "name": "dt", "value": "2025-11-22" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-23 03:10:18", "last_data": "2025-11-23 03:10:18" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1607999, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-23/", "name": "dt", "value": "2025-11-23" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-24 03:26:05", "last_data": "2025-11-24 03:26:05" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1608237, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-24/", "name": "dt", "value": "2025-11-24" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-25 03:12:21", "last_data": "2025-11-25 03:12:21" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1608470, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-25/", "name": "dt", "value": "2025-11-25" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-26 03:12:36", "last_data": "2025-11-26 03:12:36" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1608707, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-26/", "name": "dt", "value": "2025-11-26" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-27 03:12:34", "last_data": "2025-11-27 03:12:34" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1608931, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-27/", "name": "dt", "value": "2025-11-27" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-28 03:13:00", "last_data": "2025-11-28 03:13:00" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1609168, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-28/", "name": "dt", "value": "2025-11-28" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-29 03:24:25", "last_data": "2025-11-29 03:24:25" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1609392, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-29/", "name": "dt", "value": "2025-11-29" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-11-30 03:13:20", "last_data": "2025-11-30 03:13:20" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1609615, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-30/", "name": "dt", "value": "2025-11-30" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-01 03:25:47", "last_data": "2025-12-01 03:25:47" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1609874, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-01/", "name": "dt", "value": "2025-12-01" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-02 03:26:29", "last_data": "2025-12-02 03:26:29" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1610108, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-02/", "name": "dt", "value": "2025-12-02" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-03 03:12:55", "last_data": "2025-12-03 03:12:55" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1610350, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-03/", "name": "dt", "value": "2025-12-03" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-04 03:31:12", "last_data": "2025-12-04 03:31:12" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1610587, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-04/", "name": "dt", "value": "2025-12-04" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-05 03:20:45", "last_data": "2025-12-05 03:20:45" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1611101, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-05/", "name": "dt", "value": "2025-12-05" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-06 03:28:37", "last_data": "2025-12-06 03:28:37" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1611329, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-06/", "name": "dt", "value": "2025-12-06" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-07 03:12:25", "last_data": "2025-12-07 03:12:25" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1611556, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-07/", "name": "dt", "value": "2025-12-07" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-08 03:10:16", "last_data": "2025-12-08 03:10:16" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1611797, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-08/", "name": "dt", "value": "2025-12-08" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-09 03:18:24", "last_data": "2025-12-09 03:18:24" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1612281, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-09/", "name": "dt", "value": "2025-12-09" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-10 03:24:37", "last_data": "2025-12-10 03:24:37" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1612524, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-10/", "name": "dt", "value": "2025-12-10" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-11 03:35:09", "last_data": "2025-12-11 03:35:09" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1612773, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-11/", "name": "dt", "value": "2025-12-11" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-12 03:19:07", "last_data": "2025-12-12 03:19:07" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1613092, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-12/", "name": "dt", "value": "2025-12-12" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-13 03:17:30", "last_data": "2025-12-13 03:17:30" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1613314, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-13/", "name": "dt", "value": "2025-12-13" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-14 03:22:18", "last_data": "2025-12-14 03:22:18" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1613541, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-14/", "name": "dt", "value": "2025-12-14" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-15 03:19:19", "last_data": "2025-12-15 03:19:19" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1614046, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-15/", "name": "dt", "value": "2025-12-15" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-16 03:10:59", "last_data": "2025-12-16 03:10:59" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1616558, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-16/", "name": "dt", "value": "2025-12-16" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-17 03:10:09", "last_data": "2025-12-17 03:10:09" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1616776, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-17/", "name": "dt", "value": "2025-12-17" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-18 03:13:19", "last_data": "2025-12-18 03:13:19" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1617005, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-18/", "name": "dt", "value": "2025-12-18" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-19 03:23:25", "last_data": "2025-12-19 03:23:25" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1617217, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-19/", "name": "dt", "value": "2025-12-19" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-20 03:33:17", "last_data": "2025-12-20 03:33:17" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1617468, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-20/", "name": "dt", "value": "2025-12-20" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-21 03:29:56", "last_data": "2025-12-21 03:29:56" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1617678, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-21/", "name": "dt", "value": "2025-12-21" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-22 03:12:12", "last_data": "2025-12-22 03:12:12" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1617895, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-22/", "name": "dt", "value": "2025-12-22" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-23 03:13:22", "last_data": "2025-12-23 03:13:22" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1618106, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-23/", "name": "dt", "value": "2025-12-23" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-24 03:00:04", "last_data": "2025-12-24 03:00:04" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1618331, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-24/", "name": "dt", "value": "2025-12-24" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-25 03:29:29", "last_data": "2025-12-25 03:29:29" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1618535, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-25/", "name": "dt", "value": "2025-12-25" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-26 02:56:07", "last_data": "2025-12-26 02:56:07" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1618760, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-26/", "name": "dt", "value": "2025-12-26" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-27 03:22:20", "last_data": "2025-12-27 03:22:20" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1618966, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-27/", "name": "dt", "value": "2025-12-27" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-28 03:15:57", "last_data": "2025-12-28 03:15:57" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1619212, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-28/", "name": "dt", "value": "2025-12-28" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-29 02:57:47", "last_data": "2025-12-29 02:57:47" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1619435, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-29/", "name": "dt", "value": "2025-12-29" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-30 03:01:33", "last_data": "2025-12-30 03:01:33" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1619650, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-30/", "name": "dt", "value": "2025-12-30" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-12-31 03:02:01", "last_data": "2025-12-31 03:02:01" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1619876, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-31/", "name": "dt", "value": "2025-12-31" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-01 03:29:18", "last_data": "2026-01-01 03:29:18" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1620104, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-01/", "name": "dt", "value": "2026-01-01" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-02 03:00:24", "last_data": "2026-01-02 03:00:24" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1620329, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-02/", "name": "dt", "value": "2026-01-02" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-03 03:19:39", "last_data": "2026-01-03 03:19:39" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1620539, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-03/", "name": "dt", "value": "2026-01-03" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-04 03:12:06", "last_data": "2026-01-04 03:12:06" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1620752, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-04/", "name": "dt", "value": "2026-01-04" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-05 03:15:31", "last_data": "2026-01-05 03:15:31" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1620970, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-05/", "name": "dt", "value": "2026-01-05" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-06 02:58:13", "last_data": "2026-01-06 02:58:13" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1621196, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-06/", "name": "dt", "value": "2026-01-06" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-07 03:11:33", "last_data": "2026-01-07 03:11:33" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1621416, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-07/", "name": "dt", "value": "2026-01-07" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-08 02:52:46", "last_data": "2026-01-08 02:52:46" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1621643, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-08/", "name": "dt", "value": "2026-01-08" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-09 03:19:25", "last_data": "2026-01-09 03:19:25" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1621870, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-09/", "name": "dt", "value": "2026-01-09" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-10 03:09:34", "last_data": "2026-01-10 03:09:34" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1622096, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-10/", "name": "dt", "value": "2026-01-10" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-11 03:16:07", "last_data": "2026-01-11 03:16:07" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1622311, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-11/", "name": "dt", "value": "2026-01-11" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-12 02:56:03", "last_data": "2026-01-12 02:56:03" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1622649, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-12/", "name": "dt", "value": "2026-01-12" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-13 03:10:14", "last_data": "2026-01-13 03:10:14" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1622869, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-13/", "name": "dt", "value": "2026-01-13" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-14 03:14:55", "last_data": "2026-01-14 03:14:55" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1623082, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-14/", "name": "dt", "value": "2026-01-14" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-15 03:17:13", "last_data": "2026-01-15 03:17:13" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1623358, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-15/", "name": "dt", "value": "2026-01-15" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-16 03:01:40", "last_data": "2026-01-16 03:01:40" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1625768, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-16/", "name": "dt", "value": "2026-01-16" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-17 12:25:58", "last_data": "2026-01-17 12:25:58" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1626102, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-17/", "name": "dt", "value": "2026-01-17" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-18 03:14:51", "last_data": "2026-01-18 03:14:51" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1626313, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-18/", "name": "dt", "value": "2026-01-18" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-19 03:05:58", "last_data": "2026-01-19 03:05:58" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1626568, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-19/", "name": "dt", "value": "2026-01-19" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-20 03:16:26", "last_data": "2026-01-20 03:16:26" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1626793, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-20/", "name": "dt", "value": "2026-01-20" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-21 04:19:59", "last_data": "2026-01-21 04:19:59" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1627013, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-21/", "name": "dt", "value": "2026-01-21" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-22 04:21:31", "last_data": "2026-01-22 04:21:31" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1627216, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-22/", "name": "dt", "value": "2026-01-22" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-23 03:12:36", "last_data": "2026-01-23 03:12:36" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1627427, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-23/", "name": "dt", "value": "2026-01-23" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-24 03:04:58", "last_data": "2026-01-24 03:04:58" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1627642, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-24/", "name": "dt", "value": "2026-01-24" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-25 03:42:20", "last_data": "2026-01-25 03:42:20" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1627853, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-25/", "name": "dt", "value": "2026-01-25" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-26 03:11:17", "last_data": "2026-01-26 03:11:17" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1628074, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-26/", "name": "dt", "value": "2026-01-26" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-27 03:15:01", "last_data": "2026-01-27 03:15:01" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1628299, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-27/", "name": "dt", "value": "2026-01-27" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-28 03:12:06", "last_data": "2026-01-28 03:12:06" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1628514, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-28/", "name": "dt", "value": "2026-01-28" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-29 03:09:03", "last_data": "2026-01-29 03:09:03" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1628746, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-29/", "name": "dt", "value": "2026-01-29" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-30 03:09:33", "last_data": "2026-01-30 03:09:33" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1628971, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-30/", "name": "dt", "value": "2026-01-30" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-01-31 03:28:43", "last_data": "2026-01-31 03:28:43" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1629175, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-31/", "name": "dt", "value": "2026-01-31" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-01 03:21:09", "last_data": "2026-02-01 03:21:09" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1629398, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-01/", "name": "dt", "value": "2026-02-01" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-02 03:02:39", "last_data": "2026-02-02 03:02:39" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1629675, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-02/", "name": "dt", "value": "2026-02-02" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-03 02:57:55", "last_data": "2026-02-03 02:57:55" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1629907, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-03/", "name": "dt", "value": "2026-02-03" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-04 03:11:10", "last_data": "2026-02-04 03:11:10" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1630129, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-04/", "name": "dt", "value": "2026-02-04" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-05 03:08:11", "last_data": "2026-02-05 03:08:11" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1630347, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-05/", "name": "dt", "value": "2026-02-05" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-06 03:27:08", "last_data": "2026-02-06 03:27:08" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1630569, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-06/", "name": "dt", "value": "2026-02-06" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-07 03:18:40", "last_data": "2026-02-07 03:18:40" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1630778, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-07/", "name": "dt", "value": "2026-02-07" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-08 03:00:31", "last_data": "2026-02-08 03:00:31" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1630994, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-08/", "name": "dt", "value": "2026-02-08" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-09 03:15:51", "last_data": "2026-02-09 03:15:51" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1631218, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-09/", "name": "dt", "value": "2026-02-09" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-10 03:12:36", "last_data": "2026-02-10 03:12:36" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1631449, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-10/", "name": "dt", "value": "2026-02-10" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-11 03:09:14", "last_data": "2026-02-11 03:09:14" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1631763, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-11/", "name": "dt", "value": "2026-02-11" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-12 03:15:45", "last_data": "2026-02-12 03:15:45" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1631980, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-12/", "name": "dt", "value": "2026-02-12" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-13 03:06:50", "last_data": "2026-02-13 03:06:50" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1632282, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-13/", "name": "dt", "value": "2026-02-13" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-14 03:17:42", "last_data": "2026-02-14 03:17:42" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1632488, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-14/", "name": "dt", "value": "2026-02-14" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-15 02:59:23", "last_data": "2026-02-15 02:59:23" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1632759, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-15/", "name": "dt", "value": "2026-02-15" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-16 03:15:59", "last_data": "2026-02-16 03:15:59" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1635064, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-16/", "name": "dt", "value": "2026-02-16" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-17 03:19:53", "last_data": "2026-02-17 03:19:53" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1635282, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-17/", "name": "dt", "value": "2026-02-17" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-18 03:34:22", "last_data": "2026-02-18 03:34:22" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1635500, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-18/", "name": "dt", "value": "2026-02-18" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-19 03:36:09", "last_data": "2026-02-19 03:36:09" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1635709, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-19/", "name": "dt", "value": "2026-02-19" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-20 03:06:54", "last_data": "2026-02-20 03:06:54" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1635923, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-20/", "name": "dt", "value": "2026-02-20" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-21 03:19:45", "last_data": "2026-02-21 03:19:45" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1636135, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-21/", "name": "dt", "value": "2026-02-21" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-22 03:19:35", "last_data": "2026-02-22 03:19:35" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1636404, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-22/", "name": "dt", "value": "2026-02-22" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-23 03:18:36", "last_data": "2026-02-23 03:18:36" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1636685, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-23/", "name": "dt", "value": "2026-02-23" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-24 03:14:32", "last_data": "2026-02-24 03:14:32" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1636944, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-24/", "name": "dt", "value": "2026-02-24" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-25 03:22:35", "last_data": "2026-02-25 03:22:35" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1637528, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-25/", "name": "dt", "value": "2026-02-25" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-26 03:37:29", "last_data": "2026-02-26 03:37:29" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1637742, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-26/", "name": "dt", "value": "2026-02-26" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-27 03:13:28", "last_data": "2026-02-27 03:13:28" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1641133, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-27/", "name": "dt", "value": "2026-02-27" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-02-28 03:27:52", "last_data": "2026-02-28 03:27:52" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1641354, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-28/", "name": "dt", "value": "2026-02-28" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-01 03:41:31", "last_data": "2026-03-01 03:41:31" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1641577, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-01/", "name": "dt", "value": "2026-03-01" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-02 03:12:02", "last_data": "2026-03-02 03:12:02" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1641802, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-02/", "name": "dt", "value": "2026-03-02" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-03 03:18:44", "last_data": "2026-03-03 03:18:44" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1642016, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-03/", "name": "dt", "value": "2026-03-03" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-04 03:11:49", "last_data": "2026-03-04 03:11:49" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1642238, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-04/", "name": "dt", "value": "2026-03-04" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-05 03:21:05", "last_data": "2026-03-05 03:21:05" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1642461, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-05/", "name": "dt", "value": "2026-03-05" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-06 03:19:41", "last_data": "2026-03-06 03:19:41" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1642673, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-06/", "name": "dt", "value": "2026-03-06" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-07 03:01:51", "last_data": "2026-03-07 03:01:51" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1642892, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-07/", "name": "dt", "value": "2026-03-07" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-08 04:09:46", "last_data": "2026-03-08 04:09:46" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1643723, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-08/", "name": "dt", "value": "2026-03-08" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-09 03:05:28", "last_data": "2026-03-09 03:05:28" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1644068, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-09/", "name": "dt", "value": "2026-03-09" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-10 03:17:10", "last_data": "2026-03-10 03:17:10" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1645021, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-10/", "name": "dt", "value": "2026-03-10" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-11 03:31:23", "last_data": "2026-03-11 03:31:23" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1645238, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-11/", "name": "dt", "value": "2026-03-11" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-12 03:16:00", "last_data": "2026-03-12 03:16:00" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1645445, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-12/", "name": "dt", "value": "2026-03-12" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-13 03:08:53", "last_data": "2026-03-13 03:08:53" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1645667, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-13/", "name": "dt", "value": "2026-03-13" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-14 03:15:45", "last_data": "2026-03-14 03:15:45" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1645876, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-14/", "name": "dt", "value": "2026-03-14" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-15 03:27:48", "last_data": "2026-03-15 03:27:48" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1646207, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-15/", "name": "dt", "value": "2026-03-15" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-16 03:24:42", "last_data": "2026-03-16 03:24:42" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1648109, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-16/", "name": "dt", "value": "2026-03-16" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-17 03:25:41", "last_data": "2026-03-17 03:25:41" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1648318, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-17/", "name": "dt", "value": "2026-03-17" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-18 03:12:01", "last_data": "2026-03-18 03:12:01" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1648567, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-18/", "name": "dt", "value": "2026-03-18" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-19 03:15:41", "last_data": "2026-03-19 03:15:41" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1648778, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-19/", "name": "dt", "value": "2026-03-19" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-20 03:12:57", "last_data": "2026-03-20 03:12:57" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1648995, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-20/", "name": "dt", "value": "2026-03-20" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-21 03:48:27", "last_data": "2026-03-21 03:48:27" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1649321, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-21/", "name": "dt", "value": "2026-03-21" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-22 03:16:09", "last_data": "2026-03-22 03:16:09" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1649530, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-22/", "name": "dt", "value": "2026-03-22" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-23 03:34:57", "last_data": "2026-03-23 03:34:57" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1649747, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-23/", "name": "dt", "value": "2026-03-23" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-24 03:12:48", "last_data": "2026-03-24 03:12:48" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1649975, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-24/", "name": "dt", "value": "2026-03-24" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-25 03:30:06", "last_data": "2026-03-25 03:30:06" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1650215, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-25/", "name": "dt", "value": "2026-03-25" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-26 03:20:56", "last_data": "2026-03-26 03:20:56" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1650428, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-26/", "name": "dt", "value": "2026-03-26" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-27 03:06:17", "last_data": "2026-03-27 03:06:17" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1650644, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-27/", "name": "dt", "value": "2026-03-27" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-28 03:19:21", "last_data": "2026-03-28 03:19:21" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1650864, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-28/", "name": "dt", "value": "2026-03-28" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-29 03:37:25", "last_data": "2026-03-29 03:37:25" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1651488, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-29/", "name": "dt", "value": "2026-03-29" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-30 03:26:22", "last_data": "2026-03-30 03:26:22" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1651798, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-30/", "name": "dt", "value": "2026-03-30" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-03-31 03:27:38", "last_data": "2026-03-31 03:27:38" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1652009, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-31/", "name": "dt", "value": "2026-03-31" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-04-01 03:11:26", "last_data": "2026-04-01 03:11:26" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1652396, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-01/", "name": "dt", "value": "2026-04-01" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-04-02 03:33:00", "last_data": "2026-04-02 03:33:00" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1652613, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-02/", "name": "dt", "value": "2026-04-02" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-04-03 03:15:44", "last_data": "2026-04-03 03:15:44" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1652828, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-03/", "name": "dt", "value": "2026-04-03" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-04-04 03:11:29", "last_data": "2026-04-04 03:11:29" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1653046, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-04/", "name": "dt", "value": "2026-04-04" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-04-05 03:28:39", "last_data": "2026-04-05 03:28:39" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1656550, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-05/", "name": "dt", "value": "2026-04-05" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-04-06 03:18:45", "last_data": "2026-04-06 03:18:45" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1656767, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-06/", "name": "dt", "value": "2026-04-06" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-04-07 03:15:44", "last_data": "2026-04-07 03:15:44" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1656994, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-07/", "name": "dt", "value": "2026-04-07" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-04-08 03:12:53", "last_data": "2026-04-08 03:12:53" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1657406, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-08/", "name": "dt", "value": "2026-04-08" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-04-09 03:25:47", "last_data": "2026-04-09 03:25:47" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1657616, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-09/", "name": "dt", "value": "2026-04-09" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-04-10 03:15:40", "last_data": "2026-04-10 03:15:40" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1657839, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-10/", "name": "dt", "value": "2026-04-10" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-04-11 03:20:44", "last_data": "2026-04-11 03:20:44" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1658046, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-11/", "name": "dt", "value": "2026-04-11" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-04-12 03:21:47", "last_data": "2026-04-12 03:21:47" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1658256, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-12/", "name": "dt", "value": "2026-04-12" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-04-13 03:21:09", "last_data": "2026-04-13 03:21:09" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1658474, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-13/", "name": "dt", "value": "2026-04-13" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-04-14 03:14:23", "last_data": "2026-04-14 03:14:23" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1658688, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-14/", "name": "dt", "value": "2026-04-14" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-04-15 03:27:42", "last_data": "2026-04-15 03:27:42" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1659139, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-15/", "name": "dt", "value": "2026-04-15" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-04-16 03:19:04", "last_data": "2026-04-16 03:19:04" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 1661315, "location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-16/", "name": "dt", "value": "2026-04-16" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2026-04-17 03:10:59", "last_data": "2026-04-17 03:10:59" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } } ] - type: string
- attributes:
{ "_origin": "string", "audit_id": "bigint", "day": "date", "day_key": "int", "facility_key": "int", "page_type_key": "int", "page_view_key": "bigint", "page_view_time": "timestamp", "request_uri": "varchar(255)", "search_key": "bigint", "search_key_is_original": "int", "search_page_view_num": "int", "site_content_key": "int", "unit_key": "int", "visit_page_view_num": "int", "visitor_key": "bigint" } - created: 2018-07-20 02:19:07
- ddl:
{ "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_prod_redshift`", "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_redshift.analytics_dwh_fact_page_view`\n(\n `audit_id` bigint , `day_key` int , `day` date , `page_view_key` bigint , `visitor_key` bigint , `visit_page_view_num` int , `search_key` bigint , `search_key_is_original` int , `search_page_view_num` int , `page_type_key` int , `site_content_key` int , `facility_key` int , `unit_key` int , `page_view_time` timestamp , `request_uri` varchar(255) , `_origin` string \n)\nPARTITIONED BY (dt string)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'\n WITH SERDEPROPERTIES ( 'quote.delim' = '\"', 'escape.delim' = '\\\\', 'field.delim' = '\u0001')\nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view'\n", "drop_table": "DROP TABLE IF EXISTS `sfdl_prod_redshift.analytics_dwh_fact_page_view`", "repair_table": "MSCK REPAIR TABLE sfdl_prod_redshift.analytics_dwh_fact_page_view" }
- hostname: schemamanager-5475496c57-7dpqb
- name: schema_manager
- process_start: 2026-01-09 11:27:47
- sf_env: prod
- version: 2112174301
{
"name": {
"created": "2018-02-27 15:20:33",
"disabled": false,
"format": "raw",
"id": 235,
"is_partitioned": true,
"is_schema_datatyped": true,
"name": {
"database": "sfdl_prod_redshift",
"table": "analytics_dwh_fact_page_view"
},
"type": "redshift"
},
"partition": {
"count": 185,
"ddl": [
"ALTER TABLE\n `sfdl_prod_redshift.analytics_dwh_fact_page_view`\nADD\n\n\n PARTITION (dt='2025-10-14') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-14/'\n PARTITION (dt='2025-10-15') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-15/'\n PARTITION (dt='2025-10-16') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-16/'\n PARTITION (dt='2025-10-17') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-17/'\n PARTITION (dt='2025-10-18') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-18/'\n PARTITION (dt='2025-10-19') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-19/'\n PARTITION (dt='2025-10-20') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-20/'\n PARTITION (dt='2025-10-21') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-21/'\n PARTITION (dt='2025-10-22') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-22/'\n PARTITION (dt='2025-10-23') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-23/'\n PARTITION (dt='2025-10-24') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-24/'\n PARTITION (dt='2025-10-25') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-25/'\n PARTITION (dt='2025-10-26') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-26/'\n PARTITION (dt='2025-10-27') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-27/'\n PARTITION (dt='2025-10-28') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-28/'\n PARTITION (dt='2025-10-29') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-29/'\n PARTITION (dt='2025-10-30') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-30/'\n PARTITION (dt='2025-10-31') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-31/'\n PARTITION (dt='2025-11-01') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-01/'\n PARTITION (dt='2025-11-02') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-02/'\n PARTITION (dt='2025-11-03') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-03/'\n PARTITION (dt='2025-11-04') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-04/'\n PARTITION (dt='2025-11-05') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-05/'\n PARTITION (dt='2025-11-06') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-06/'\n PARTITION (dt='2025-11-07') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-07/'\n PARTITION (dt='2025-11-08') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-08/'\n PARTITION (dt='2025-11-09') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-09/'\n PARTITION (dt='2025-11-10') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-10/'\n PARTITION (dt='2025-11-11') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-11/'\n PARTITION (dt='2025-11-12') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-12/'\n PARTITION (dt='2025-11-13') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-13/'\n PARTITION (dt='2025-11-14') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-14/'\n PARTITION (dt='2025-11-15') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-15/'\n PARTITION (dt='2025-11-16') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-16/'\n PARTITION (dt='2025-11-17') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-17/'\n PARTITION (dt='2025-11-18') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-18/'\n PARTITION (dt='2025-11-19') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-19/'\n PARTITION (dt='2025-11-20') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-20/'\n PARTITION (dt='2025-11-21') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-21/'\n PARTITION (dt='2025-11-22') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-22/'\n PARTITION (dt='2025-11-23') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-23/'\n PARTITION (dt='2025-11-24') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-24/'\n PARTITION (dt='2025-11-25') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-25/'\n PARTITION (dt='2025-11-26') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-26/'\n PARTITION (dt='2025-11-27') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-27/'\n PARTITION (dt='2025-11-28') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-28/'\n PARTITION (dt='2025-11-29') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-29/'\n PARTITION (dt='2025-11-30') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-30/'\n PARTITION (dt='2025-12-01') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-01/'\n PARTITION (dt='2025-12-02') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-02/'\n PARTITION (dt='2025-12-03') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-03/'\n PARTITION (dt='2025-12-04') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-04/'\n PARTITION (dt='2025-12-05') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-05/'\n PARTITION (dt='2025-12-06') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-06/'\n PARTITION (dt='2025-12-07') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-07/'\n PARTITION (dt='2025-12-08') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-08/'\n PARTITION (dt='2025-12-09') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-09/'\n PARTITION (dt='2025-12-10') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-10/'\n PARTITION (dt='2025-12-11') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-11/'\n PARTITION (dt='2025-12-12') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-12/'\n PARTITION (dt='2025-12-13') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-13/'\n PARTITION (dt='2025-12-14') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-14/'\n PARTITION (dt='2025-12-15') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-15/'\n PARTITION (dt='2025-12-16') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-16/'\n PARTITION (dt='2025-12-17') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-17/'\n PARTITION (dt='2025-12-18') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-18/'\n PARTITION (dt='2025-12-19') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-19/'\n PARTITION (dt='2025-12-20') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-20/'\n PARTITION (dt='2025-12-21') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-21/'\n PARTITION (dt='2025-12-22') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-22/'\n PARTITION (dt='2025-12-23') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-23/'\n PARTITION (dt='2025-12-24') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-24/'\n PARTITION (dt='2025-12-25') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-25/'\n PARTITION (dt='2025-12-26') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-26/'\n PARTITION (dt='2025-12-27') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-27/'\n PARTITION (dt='2025-12-28') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-28/'\n PARTITION (dt='2025-12-29') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-29/'\n PARTITION (dt='2025-12-30') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-30/'\n PARTITION (dt='2025-12-31') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-31/'\n PARTITION (dt='2026-01-01') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-01/'\n PARTITION (dt='2026-01-02') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-02/'\n PARTITION (dt='2026-01-03') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-03/'\n PARTITION (dt='2026-01-04') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-04/'\n PARTITION (dt='2026-01-05') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-05/'\n PARTITION (dt='2026-01-06') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-06/'\n PARTITION (dt='2026-01-07') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-07/'\n PARTITION (dt='2026-01-08') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-08/'\n PARTITION (dt='2026-01-09') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-09/'\n PARTITION (dt='2026-01-10') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-10/'\n PARTITION (dt='2026-01-11') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-11/'\n PARTITION (dt='2026-01-12') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-12/'\n PARTITION (dt='2026-01-13') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-13/'\n PARTITION (dt='2026-01-14') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-14/'\n PARTITION (dt='2026-01-15') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-15/'\n PARTITION (dt='2026-01-16') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-16/'\n PARTITION (dt='2026-01-17') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-17/'\n PARTITION (dt='2026-01-18') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-18/'\n PARTITION (dt='2026-01-19') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-19/'\n PARTITION (dt='2026-01-20') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-20/'\n PARTITION (dt='2026-01-21') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-21/'\n PARTITION (dt='2026-01-22') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-22/'\n PARTITION (dt='2026-01-23') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-23/'\n PARTITION (dt='2026-01-24') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-24/'\n PARTITION (dt='2026-01-25') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-25/'\n PARTITION (dt='2026-01-26') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-26/'\n PARTITION (dt='2026-01-27') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-27/'\n PARTITION (dt='2026-01-28') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-28/'\n PARTITION (dt='2026-01-29') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-29/'\n PARTITION (dt='2026-01-30') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-30/'\n PARTITION (dt='2026-01-31') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-31/'\n PARTITION (dt='2026-02-01') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-01/'\n PARTITION (dt='2026-02-02') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-02/'\n PARTITION (dt='2026-02-03') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-03/'\n PARTITION (dt='2026-02-04') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-04/'\n PARTITION (dt='2026-02-05') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-05/'\n PARTITION (dt='2026-02-06') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-06/'\n PARTITION (dt='2026-02-07') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-07/'\n PARTITION (dt='2026-02-08') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-08/'\n PARTITION (dt='2026-02-09') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-09/'\n PARTITION (dt='2026-02-10') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-10/'\n PARTITION (dt='2026-02-11') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-11/'\n PARTITION (dt='2026-02-12') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-12/'\n PARTITION (dt='2026-02-13') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-13/'\n PARTITION (dt='2026-02-14') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-14/'\n PARTITION (dt='2026-02-15') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-15/'\n PARTITION (dt='2026-02-16') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-16/'\n PARTITION (dt='2026-02-17') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-17/'\n PARTITION (dt='2026-02-18') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-18/'\n PARTITION (dt='2026-02-19') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-19/'\n PARTITION (dt='2026-02-20') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-20/'\n PARTITION (dt='2026-02-21') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-21/'\n PARTITION (dt='2026-02-22') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-22/'\n PARTITION (dt='2026-02-23') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-23/'\n PARTITION (dt='2026-02-24') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-24/'\n PARTITION (dt='2026-02-25') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-25/'\n PARTITION (dt='2026-02-26') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-26/'\n PARTITION (dt='2026-02-27') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-27/'\n PARTITION (dt='2026-02-28') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-28/'\n PARTITION (dt='2026-03-01') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-01/'\n PARTITION (dt='2026-03-02') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-02/'\n PARTITION (dt='2026-03-03') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-03/'\n PARTITION (dt='2026-03-04') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-04/'\n PARTITION (dt='2026-03-05') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-05/'\n PARTITION (dt='2026-03-06') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-06/'\n PARTITION (dt='2026-03-07') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-07/'\n PARTITION (dt='2026-03-08') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-08/'\n PARTITION (dt='2026-03-09') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-09/'\n PARTITION (dt='2026-03-10') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-10/'\n PARTITION (dt='2026-03-11') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-11/'\n PARTITION (dt='2026-03-12') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-12/'\n PARTITION (dt='2026-03-13') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-13/'\n PARTITION (dt='2026-03-14') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-14/'\n PARTITION (dt='2026-03-15') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-15/'\n PARTITION (dt='2026-03-16') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-16/'\n PARTITION (dt='2026-03-17') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-17/'\n PARTITION (dt='2026-03-18') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-18/'\n PARTITION (dt='2026-03-19') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-19/'\n PARTITION (dt='2026-03-20') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-20/'\n PARTITION (dt='2026-03-21') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-21/'\n PARTITION (dt='2026-03-22') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-22/'\n PARTITION (dt='2026-03-23') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-23/'\n PARTITION (dt='2026-03-24') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-24/'\n PARTITION (dt='2026-03-25') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-25/'\n PARTITION (dt='2026-03-26') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-26/'\n PARTITION (dt='2026-03-27') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-27/'\n PARTITION (dt='2026-03-28') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-28/'\n PARTITION (dt='2026-03-29') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-29/'\n PARTITION (dt='2026-03-30') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-30/'\n PARTITION (dt='2026-03-31') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-31/'\n PARTITION (dt='2026-04-01') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-01/'\n PARTITION (dt='2026-04-02') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-02/'\n PARTITION (dt='2026-04-03') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-03/'\n PARTITION (dt='2026-04-04') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-04/'\n PARTITION (dt='2026-04-05') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-05/'\n PARTITION (dt='2026-04-06') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-06/'\n PARTITION (dt='2026-04-07') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-07/'\n PARTITION (dt='2026-04-08') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-08/'\n PARTITION (dt='2026-04-09') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-09/'\n PARTITION (dt='2026-04-10') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-10/'\n PARTITION (dt='2026-04-11') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-11/'\n PARTITION (dt='2026-04-12') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-12/'\n PARTITION (dt='2026-04-13') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-13/'\n PARTITION (dt='2026-04-14') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-14/'\n PARTITION (dt='2026-04-15') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-15/'\n PARTITION (dt='2026-04-16') location 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-16/'\n;"
],
"name": "dt",
"state": [
{
"info": {
"id": 1566035,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-14/",
"name": "dt",
"value": "2025-10-14"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-10-15 03:03:01",
"last_data": "2025-10-15 03:03:01"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1566269,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-15/",
"name": "dt",
"value": "2025-10-15"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-10-16 03:01:14",
"last_data": "2025-10-16 03:01:14"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1569157,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-16/",
"name": "dt",
"value": "2025-10-16"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-10-17 03:02:19",
"last_data": "2025-10-17 03:02:19"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1595901,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-17/",
"name": "dt",
"value": "2025-10-17"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-10-18 02:54:35",
"last_data": "2025-10-18 02:54:35"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1596158,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-18/",
"name": "dt",
"value": "2025-10-18"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-10-19 03:03:41",
"last_data": "2025-10-19 03:03:41"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1596745,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-19/",
"name": "dt",
"value": "2025-10-19"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-10-20 05:39:20",
"last_data": "2025-10-20 05:39:20"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1596968,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-20/",
"name": "dt",
"value": "2025-10-20"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-10-21 03:45:44",
"last_data": "2025-10-21 03:45:44"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1597203,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-21/",
"name": "dt",
"value": "2025-10-21"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-10-22 03:11:56",
"last_data": "2025-10-22 03:11:56"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1597433,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-22/",
"name": "dt",
"value": "2025-10-22"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-10-23 03:27:12",
"last_data": "2025-10-23 03:27:12"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1597694,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-23/",
"name": "dt",
"value": "2025-10-23"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-10-24 03:34:52",
"last_data": "2025-10-24 03:34:52"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1597935,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-24/",
"name": "dt",
"value": "2025-10-24"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-10-25 03:24:58",
"last_data": "2025-10-25 03:24:58"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1598168,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-25/",
"name": "dt",
"value": "2025-10-25"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-10-26 03:45:57",
"last_data": "2025-10-26 03:45:57"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1598387,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-26/",
"name": "dt",
"value": "2025-10-26"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-10-27 03:37:16",
"last_data": "2025-10-27 03:37:16"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1598629,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-27/",
"name": "dt",
"value": "2025-10-27"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-10-28 03:35:25",
"last_data": "2025-10-28 03:35:25"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1598868,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-28/",
"name": "dt",
"value": "2025-10-28"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-10-29 04:26:51",
"last_data": "2025-10-29 04:26:51"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1599108,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-29/",
"name": "dt",
"value": "2025-10-29"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-10-30 03:39:36",
"last_data": "2025-10-30 03:39:36"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1599340,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-30/",
"name": "dt",
"value": "2025-10-30"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-10-31 03:54:16",
"last_data": "2025-10-31 03:54:16"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1599565,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-10-31/",
"name": "dt",
"value": "2025-10-31"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-01 03:24:50",
"last_data": "2025-11-01 03:24:50"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1599996,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-01/",
"name": "dt",
"value": "2025-11-01"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-02 02:25:17",
"last_data": "2025-11-02 02:25:17"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1600235,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-02/",
"name": "dt",
"value": "2025-11-02"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-03 03:10:50",
"last_data": "2025-11-03 03:10:50"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1600483,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-03/",
"name": "dt",
"value": "2025-11-03"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-04 03:12:28",
"last_data": "2025-11-04 03:12:28"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1600722,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-04/",
"name": "dt",
"value": "2025-11-04"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-05 03:14:45",
"last_data": "2025-11-05 03:14:45"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1600958,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-05/",
"name": "dt",
"value": "2025-11-05"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-06 03:19:12",
"last_data": "2025-11-06 03:19:12"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1601193,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-06/",
"name": "dt",
"value": "2025-11-06"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-07 03:05:21",
"last_data": "2025-11-07 03:05:21"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1601459,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-07/",
"name": "dt",
"value": "2025-11-07"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-08 02:52:11",
"last_data": "2025-11-08 02:52:11"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1601697,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-08/",
"name": "dt",
"value": "2025-11-08"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-09 03:08:34",
"last_data": "2025-11-09 03:08:34"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1601928,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-09/",
"name": "dt",
"value": "2025-11-09"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-10 03:09:06",
"last_data": "2025-11-10 03:09:06"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1602174,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-10/",
"name": "dt",
"value": "2025-11-10"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-11 03:16:56",
"last_data": "2025-11-11 03:16:56"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1602411,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-11/",
"name": "dt",
"value": "2025-11-11"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-12 03:13:24",
"last_data": "2025-11-12 03:13:24"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1602647,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-12/",
"name": "dt",
"value": "2025-11-12"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-13 03:15:00",
"last_data": "2025-11-13 03:15:00"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1602881,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-13/",
"name": "dt",
"value": "2025-11-13"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-14 03:29:32",
"last_data": "2025-11-14 03:29:32"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1603111,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-14/",
"name": "dt",
"value": "2025-11-14"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-15 03:14:17",
"last_data": "2025-11-15 03:14:17"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1603367,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-15/",
"name": "dt",
"value": "2025-11-15"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-16 03:22:10",
"last_data": "2025-11-16 03:22:10"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1605775,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-16/",
"name": "dt",
"value": "2025-11-16"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-17 03:17:37",
"last_data": "2025-11-17 03:17:37"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1606041,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-17/",
"name": "dt",
"value": "2025-11-17"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-18 03:10:05",
"last_data": "2025-11-18 03:10:05"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1606274,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-18/",
"name": "dt",
"value": "2025-11-18"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-19 03:12:13",
"last_data": "2025-11-19 03:12:13"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1606515,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-19/",
"name": "dt",
"value": "2025-11-19"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-20 03:08:30",
"last_data": "2025-11-20 03:08:30"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1606751,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-20/",
"name": "dt",
"value": "2025-11-20"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-21 03:14:22",
"last_data": "2025-11-21 03:14:22"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1607002,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-21/",
"name": "dt",
"value": "2025-11-21"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-22 03:06:38",
"last_data": "2025-11-22 03:06:38"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1607771,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-22/",
"name": "dt",
"value": "2025-11-22"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-23 03:10:18",
"last_data": "2025-11-23 03:10:18"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1607999,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-23/",
"name": "dt",
"value": "2025-11-23"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-24 03:26:05",
"last_data": "2025-11-24 03:26:05"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1608237,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-24/",
"name": "dt",
"value": "2025-11-24"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-25 03:12:21",
"last_data": "2025-11-25 03:12:21"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1608470,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-25/",
"name": "dt",
"value": "2025-11-25"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-26 03:12:36",
"last_data": "2025-11-26 03:12:36"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1608707,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-26/",
"name": "dt",
"value": "2025-11-26"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-27 03:12:34",
"last_data": "2025-11-27 03:12:34"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1608931,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-27/",
"name": "dt",
"value": "2025-11-27"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-28 03:13:00",
"last_data": "2025-11-28 03:13:00"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1609168,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-28/",
"name": "dt",
"value": "2025-11-28"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-29 03:24:25",
"last_data": "2025-11-29 03:24:25"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1609392,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-29/",
"name": "dt",
"value": "2025-11-29"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-11-30 03:13:20",
"last_data": "2025-11-30 03:13:20"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1609615,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-11-30/",
"name": "dt",
"value": "2025-11-30"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-01 03:25:47",
"last_data": "2025-12-01 03:25:47"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1609874,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-01/",
"name": "dt",
"value": "2025-12-01"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-02 03:26:29",
"last_data": "2025-12-02 03:26:29"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1610108,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-02/",
"name": "dt",
"value": "2025-12-02"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-03 03:12:55",
"last_data": "2025-12-03 03:12:55"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1610350,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-03/",
"name": "dt",
"value": "2025-12-03"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-04 03:31:12",
"last_data": "2025-12-04 03:31:12"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1610587,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-04/",
"name": "dt",
"value": "2025-12-04"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-05 03:20:45",
"last_data": "2025-12-05 03:20:45"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1611101,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-05/",
"name": "dt",
"value": "2025-12-05"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-06 03:28:37",
"last_data": "2025-12-06 03:28:37"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1611329,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-06/",
"name": "dt",
"value": "2025-12-06"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-07 03:12:25",
"last_data": "2025-12-07 03:12:25"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1611556,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-07/",
"name": "dt",
"value": "2025-12-07"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-08 03:10:16",
"last_data": "2025-12-08 03:10:16"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1611797,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-08/",
"name": "dt",
"value": "2025-12-08"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-09 03:18:24",
"last_data": "2025-12-09 03:18:24"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1612281,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-09/",
"name": "dt",
"value": "2025-12-09"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-10 03:24:37",
"last_data": "2025-12-10 03:24:37"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1612524,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-10/",
"name": "dt",
"value": "2025-12-10"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-11 03:35:09",
"last_data": "2025-12-11 03:35:09"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1612773,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-11/",
"name": "dt",
"value": "2025-12-11"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-12 03:19:07",
"last_data": "2025-12-12 03:19:07"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1613092,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-12/",
"name": "dt",
"value": "2025-12-12"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-13 03:17:30",
"last_data": "2025-12-13 03:17:30"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1613314,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-13/",
"name": "dt",
"value": "2025-12-13"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-14 03:22:18",
"last_data": "2025-12-14 03:22:18"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1613541,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-14/",
"name": "dt",
"value": "2025-12-14"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-15 03:19:19",
"last_data": "2025-12-15 03:19:19"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1614046,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-15/",
"name": "dt",
"value": "2025-12-15"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-16 03:10:59",
"last_data": "2025-12-16 03:10:59"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1616558,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-16/",
"name": "dt",
"value": "2025-12-16"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-17 03:10:09",
"last_data": "2025-12-17 03:10:09"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1616776,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-17/",
"name": "dt",
"value": "2025-12-17"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-18 03:13:19",
"last_data": "2025-12-18 03:13:19"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1617005,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-18/",
"name": "dt",
"value": "2025-12-18"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-19 03:23:25",
"last_data": "2025-12-19 03:23:25"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1617217,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-19/",
"name": "dt",
"value": "2025-12-19"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-20 03:33:17",
"last_data": "2025-12-20 03:33:17"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1617468,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-20/",
"name": "dt",
"value": "2025-12-20"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-21 03:29:56",
"last_data": "2025-12-21 03:29:56"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1617678,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-21/",
"name": "dt",
"value": "2025-12-21"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-22 03:12:12",
"last_data": "2025-12-22 03:12:12"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1617895,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-22/",
"name": "dt",
"value": "2025-12-22"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-23 03:13:22",
"last_data": "2025-12-23 03:13:22"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1618106,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-23/",
"name": "dt",
"value": "2025-12-23"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-24 03:00:04",
"last_data": "2025-12-24 03:00:04"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1618331,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-24/",
"name": "dt",
"value": "2025-12-24"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-25 03:29:29",
"last_data": "2025-12-25 03:29:29"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1618535,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-25/",
"name": "dt",
"value": "2025-12-25"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-26 02:56:07",
"last_data": "2025-12-26 02:56:07"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1618760,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-26/",
"name": "dt",
"value": "2025-12-26"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-27 03:22:20",
"last_data": "2025-12-27 03:22:20"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1618966,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-27/",
"name": "dt",
"value": "2025-12-27"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-28 03:15:57",
"last_data": "2025-12-28 03:15:57"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1619212,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-28/",
"name": "dt",
"value": "2025-12-28"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-29 02:57:47",
"last_data": "2025-12-29 02:57:47"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1619435,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-29/",
"name": "dt",
"value": "2025-12-29"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-30 03:01:33",
"last_data": "2025-12-30 03:01:33"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1619650,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-30/",
"name": "dt",
"value": "2025-12-30"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-12-31 03:02:01",
"last_data": "2025-12-31 03:02:01"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1619876,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2025-12-31/",
"name": "dt",
"value": "2025-12-31"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-01 03:29:18",
"last_data": "2026-01-01 03:29:18"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1620104,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-01/",
"name": "dt",
"value": "2026-01-01"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-02 03:00:24",
"last_data": "2026-01-02 03:00:24"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1620329,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-02/",
"name": "dt",
"value": "2026-01-02"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-03 03:19:39",
"last_data": "2026-01-03 03:19:39"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1620539,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-03/",
"name": "dt",
"value": "2026-01-03"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-04 03:12:06",
"last_data": "2026-01-04 03:12:06"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1620752,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-04/",
"name": "dt",
"value": "2026-01-04"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-05 03:15:31",
"last_data": "2026-01-05 03:15:31"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1620970,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-05/",
"name": "dt",
"value": "2026-01-05"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-06 02:58:13",
"last_data": "2026-01-06 02:58:13"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1621196,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-06/",
"name": "dt",
"value": "2026-01-06"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-07 03:11:33",
"last_data": "2026-01-07 03:11:33"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1621416,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-07/",
"name": "dt",
"value": "2026-01-07"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-08 02:52:46",
"last_data": "2026-01-08 02:52:46"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1621643,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-08/",
"name": "dt",
"value": "2026-01-08"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-09 03:19:25",
"last_data": "2026-01-09 03:19:25"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1621870,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-09/",
"name": "dt",
"value": "2026-01-09"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-10 03:09:34",
"last_data": "2026-01-10 03:09:34"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1622096,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-10/",
"name": "dt",
"value": "2026-01-10"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-11 03:16:07",
"last_data": "2026-01-11 03:16:07"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1622311,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-11/",
"name": "dt",
"value": "2026-01-11"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-12 02:56:03",
"last_data": "2026-01-12 02:56:03"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1622649,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-12/",
"name": "dt",
"value": "2026-01-12"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-13 03:10:14",
"last_data": "2026-01-13 03:10:14"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1622869,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-13/",
"name": "dt",
"value": "2026-01-13"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-14 03:14:55",
"last_data": "2026-01-14 03:14:55"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1623082,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-14/",
"name": "dt",
"value": "2026-01-14"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-15 03:17:13",
"last_data": "2026-01-15 03:17:13"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1623358,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-15/",
"name": "dt",
"value": "2026-01-15"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-16 03:01:40",
"last_data": "2026-01-16 03:01:40"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1625768,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-16/",
"name": "dt",
"value": "2026-01-16"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-17 12:25:58",
"last_data": "2026-01-17 12:25:58"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1626102,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-17/",
"name": "dt",
"value": "2026-01-17"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-18 03:14:51",
"last_data": "2026-01-18 03:14:51"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1626313,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-18/",
"name": "dt",
"value": "2026-01-18"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-19 03:05:58",
"last_data": "2026-01-19 03:05:58"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1626568,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-19/",
"name": "dt",
"value": "2026-01-19"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-20 03:16:26",
"last_data": "2026-01-20 03:16:26"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1626793,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-20/",
"name": "dt",
"value": "2026-01-20"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-21 04:19:59",
"last_data": "2026-01-21 04:19:59"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1627013,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-21/",
"name": "dt",
"value": "2026-01-21"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-22 04:21:31",
"last_data": "2026-01-22 04:21:31"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1627216,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-22/",
"name": "dt",
"value": "2026-01-22"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-23 03:12:36",
"last_data": "2026-01-23 03:12:36"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1627427,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-23/",
"name": "dt",
"value": "2026-01-23"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-24 03:04:58",
"last_data": "2026-01-24 03:04:58"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1627642,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-24/",
"name": "dt",
"value": "2026-01-24"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-25 03:42:20",
"last_data": "2026-01-25 03:42:20"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1627853,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-25/",
"name": "dt",
"value": "2026-01-25"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-26 03:11:17",
"last_data": "2026-01-26 03:11:17"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1628074,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-26/",
"name": "dt",
"value": "2026-01-26"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-27 03:15:01",
"last_data": "2026-01-27 03:15:01"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1628299,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-27/",
"name": "dt",
"value": "2026-01-27"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-28 03:12:06",
"last_data": "2026-01-28 03:12:06"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1628514,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-28/",
"name": "dt",
"value": "2026-01-28"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-29 03:09:03",
"last_data": "2026-01-29 03:09:03"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1628746,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-29/",
"name": "dt",
"value": "2026-01-29"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-30 03:09:33",
"last_data": "2026-01-30 03:09:33"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1628971,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-30/",
"name": "dt",
"value": "2026-01-30"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-01-31 03:28:43",
"last_data": "2026-01-31 03:28:43"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1629175,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-01-31/",
"name": "dt",
"value": "2026-01-31"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-01 03:21:09",
"last_data": "2026-02-01 03:21:09"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1629398,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-01/",
"name": "dt",
"value": "2026-02-01"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-02 03:02:39",
"last_data": "2026-02-02 03:02:39"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1629675,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-02/",
"name": "dt",
"value": "2026-02-02"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-03 02:57:55",
"last_data": "2026-02-03 02:57:55"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1629907,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-03/",
"name": "dt",
"value": "2026-02-03"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-04 03:11:10",
"last_data": "2026-02-04 03:11:10"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1630129,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-04/",
"name": "dt",
"value": "2026-02-04"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-05 03:08:11",
"last_data": "2026-02-05 03:08:11"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1630347,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-05/",
"name": "dt",
"value": "2026-02-05"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-06 03:27:08",
"last_data": "2026-02-06 03:27:08"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1630569,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-06/",
"name": "dt",
"value": "2026-02-06"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-07 03:18:40",
"last_data": "2026-02-07 03:18:40"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1630778,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-07/",
"name": "dt",
"value": "2026-02-07"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-08 03:00:31",
"last_data": "2026-02-08 03:00:31"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1630994,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-08/",
"name": "dt",
"value": "2026-02-08"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-09 03:15:51",
"last_data": "2026-02-09 03:15:51"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1631218,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-09/",
"name": "dt",
"value": "2026-02-09"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-10 03:12:36",
"last_data": "2026-02-10 03:12:36"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1631449,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-10/",
"name": "dt",
"value": "2026-02-10"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-11 03:09:14",
"last_data": "2026-02-11 03:09:14"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1631763,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-11/",
"name": "dt",
"value": "2026-02-11"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-12 03:15:45",
"last_data": "2026-02-12 03:15:45"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1631980,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-12/",
"name": "dt",
"value": "2026-02-12"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-13 03:06:50",
"last_data": "2026-02-13 03:06:50"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1632282,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-13/",
"name": "dt",
"value": "2026-02-13"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-14 03:17:42",
"last_data": "2026-02-14 03:17:42"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1632488,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-14/",
"name": "dt",
"value": "2026-02-14"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-15 02:59:23",
"last_data": "2026-02-15 02:59:23"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1632759,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-15/",
"name": "dt",
"value": "2026-02-15"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-16 03:15:59",
"last_data": "2026-02-16 03:15:59"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1635064,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-16/",
"name": "dt",
"value": "2026-02-16"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-17 03:19:53",
"last_data": "2026-02-17 03:19:53"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1635282,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-17/",
"name": "dt",
"value": "2026-02-17"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-18 03:34:22",
"last_data": "2026-02-18 03:34:22"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1635500,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-18/",
"name": "dt",
"value": "2026-02-18"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-19 03:36:09",
"last_data": "2026-02-19 03:36:09"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1635709,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-19/",
"name": "dt",
"value": "2026-02-19"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-20 03:06:54",
"last_data": "2026-02-20 03:06:54"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1635923,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-20/",
"name": "dt",
"value": "2026-02-20"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-21 03:19:45",
"last_data": "2026-02-21 03:19:45"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1636135,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-21/",
"name": "dt",
"value": "2026-02-21"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-22 03:19:35",
"last_data": "2026-02-22 03:19:35"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1636404,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-22/",
"name": "dt",
"value": "2026-02-22"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-23 03:18:36",
"last_data": "2026-02-23 03:18:36"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1636685,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-23/",
"name": "dt",
"value": "2026-02-23"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-24 03:14:32",
"last_data": "2026-02-24 03:14:32"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1636944,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-24/",
"name": "dt",
"value": "2026-02-24"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-25 03:22:35",
"last_data": "2026-02-25 03:22:35"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1637528,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-25/",
"name": "dt",
"value": "2026-02-25"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-26 03:37:29",
"last_data": "2026-02-26 03:37:29"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1637742,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-26/",
"name": "dt",
"value": "2026-02-26"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-27 03:13:28",
"last_data": "2026-02-27 03:13:28"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1641133,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-27/",
"name": "dt",
"value": "2026-02-27"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-02-28 03:27:52",
"last_data": "2026-02-28 03:27:52"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1641354,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-02-28/",
"name": "dt",
"value": "2026-02-28"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-01 03:41:31",
"last_data": "2026-03-01 03:41:31"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1641577,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-01/",
"name": "dt",
"value": "2026-03-01"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-02 03:12:02",
"last_data": "2026-03-02 03:12:02"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1641802,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-02/",
"name": "dt",
"value": "2026-03-02"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-03 03:18:44",
"last_data": "2026-03-03 03:18:44"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1642016,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-03/",
"name": "dt",
"value": "2026-03-03"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-04 03:11:49",
"last_data": "2026-03-04 03:11:49"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1642238,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-04/",
"name": "dt",
"value": "2026-03-04"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-05 03:21:05",
"last_data": "2026-03-05 03:21:05"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1642461,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-05/",
"name": "dt",
"value": "2026-03-05"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-06 03:19:41",
"last_data": "2026-03-06 03:19:41"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1642673,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-06/",
"name": "dt",
"value": "2026-03-06"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-07 03:01:51",
"last_data": "2026-03-07 03:01:51"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1642892,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-07/",
"name": "dt",
"value": "2026-03-07"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-08 04:09:46",
"last_data": "2026-03-08 04:09:46"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1643723,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-08/",
"name": "dt",
"value": "2026-03-08"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-09 03:05:28",
"last_data": "2026-03-09 03:05:28"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1644068,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-09/",
"name": "dt",
"value": "2026-03-09"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-10 03:17:10",
"last_data": "2026-03-10 03:17:10"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1645021,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-10/",
"name": "dt",
"value": "2026-03-10"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-11 03:31:23",
"last_data": "2026-03-11 03:31:23"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1645238,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-11/",
"name": "dt",
"value": "2026-03-11"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-12 03:16:00",
"last_data": "2026-03-12 03:16:00"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1645445,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-12/",
"name": "dt",
"value": "2026-03-12"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-13 03:08:53",
"last_data": "2026-03-13 03:08:53"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1645667,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-13/",
"name": "dt",
"value": "2026-03-13"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-14 03:15:45",
"last_data": "2026-03-14 03:15:45"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1645876,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-14/",
"name": "dt",
"value": "2026-03-14"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-15 03:27:48",
"last_data": "2026-03-15 03:27:48"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1646207,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-15/",
"name": "dt",
"value": "2026-03-15"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-16 03:24:42",
"last_data": "2026-03-16 03:24:42"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1648109,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-16/",
"name": "dt",
"value": "2026-03-16"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-17 03:25:41",
"last_data": "2026-03-17 03:25:41"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1648318,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-17/",
"name": "dt",
"value": "2026-03-17"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-18 03:12:01",
"last_data": "2026-03-18 03:12:01"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1648567,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-18/",
"name": "dt",
"value": "2026-03-18"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-19 03:15:41",
"last_data": "2026-03-19 03:15:41"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1648778,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-19/",
"name": "dt",
"value": "2026-03-19"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-20 03:12:57",
"last_data": "2026-03-20 03:12:57"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1648995,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-20/",
"name": "dt",
"value": "2026-03-20"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-21 03:48:27",
"last_data": "2026-03-21 03:48:27"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1649321,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-21/",
"name": "dt",
"value": "2026-03-21"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-22 03:16:09",
"last_data": "2026-03-22 03:16:09"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1649530,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-22/",
"name": "dt",
"value": "2026-03-22"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-23 03:34:57",
"last_data": "2026-03-23 03:34:57"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1649747,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-23/",
"name": "dt",
"value": "2026-03-23"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-24 03:12:48",
"last_data": "2026-03-24 03:12:48"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1649975,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-24/",
"name": "dt",
"value": "2026-03-24"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-25 03:30:06",
"last_data": "2026-03-25 03:30:06"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1650215,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-25/",
"name": "dt",
"value": "2026-03-25"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-26 03:20:56",
"last_data": "2026-03-26 03:20:56"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1650428,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-26/",
"name": "dt",
"value": "2026-03-26"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-27 03:06:17",
"last_data": "2026-03-27 03:06:17"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1650644,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-27/",
"name": "dt",
"value": "2026-03-27"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-28 03:19:21",
"last_data": "2026-03-28 03:19:21"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1650864,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-28/",
"name": "dt",
"value": "2026-03-28"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-29 03:37:25",
"last_data": "2026-03-29 03:37:25"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1651488,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-29/",
"name": "dt",
"value": "2026-03-29"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-30 03:26:22",
"last_data": "2026-03-30 03:26:22"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1651798,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-30/",
"name": "dt",
"value": "2026-03-30"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-03-31 03:27:38",
"last_data": "2026-03-31 03:27:38"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1652009,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-03-31/",
"name": "dt",
"value": "2026-03-31"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-04-01 03:11:26",
"last_data": "2026-04-01 03:11:26"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1652396,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-01/",
"name": "dt",
"value": "2026-04-01"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-04-02 03:33:00",
"last_data": "2026-04-02 03:33:00"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1652613,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-02/",
"name": "dt",
"value": "2026-04-02"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-04-03 03:15:44",
"last_data": "2026-04-03 03:15:44"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1652828,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-03/",
"name": "dt",
"value": "2026-04-03"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-04-04 03:11:29",
"last_data": "2026-04-04 03:11:29"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1653046,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-04/",
"name": "dt",
"value": "2026-04-04"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-04-05 03:28:39",
"last_data": "2026-04-05 03:28:39"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1656550,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-05/",
"name": "dt",
"value": "2026-04-05"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-04-06 03:18:45",
"last_data": "2026-04-06 03:18:45"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1656767,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-06/",
"name": "dt",
"value": "2026-04-06"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-04-07 03:15:44",
"last_data": "2026-04-07 03:15:44"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1656994,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-07/",
"name": "dt",
"value": "2026-04-07"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-04-08 03:12:53",
"last_data": "2026-04-08 03:12:53"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1657406,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-08/",
"name": "dt",
"value": "2026-04-08"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-04-09 03:25:47",
"last_data": "2026-04-09 03:25:47"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1657616,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-09/",
"name": "dt",
"value": "2026-04-09"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-04-10 03:15:40",
"last_data": "2026-04-10 03:15:40"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1657839,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-10/",
"name": "dt",
"value": "2026-04-10"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-04-11 03:20:44",
"last_data": "2026-04-11 03:20:44"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1658046,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-11/",
"name": "dt",
"value": "2026-04-11"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-04-12 03:21:47",
"last_data": "2026-04-12 03:21:47"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1658256,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-12/",
"name": "dt",
"value": "2026-04-12"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-04-13 03:21:09",
"last_data": "2026-04-13 03:21:09"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1658474,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-13/",
"name": "dt",
"value": "2026-04-13"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-04-14 03:14:23",
"last_data": "2026-04-14 03:14:23"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1658688,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-14/",
"name": "dt",
"value": "2026-04-14"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-04-15 03:27:42",
"last_data": "2026-04-15 03:27:42"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1659139,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-15/",
"name": "dt",
"value": "2026-04-15"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-04-16 03:19:04",
"last_data": "2026-04-16 03:19:04"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 1661315,
"location": "s3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view/dt=2026-04-16/",
"name": "dt",
"value": "2026-04-16"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2026-04-17 03:10:59",
"last_data": "2026-04-17 03:10:59"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
}
],
"type": "string"
},
"schema": {
"attributes": {
"_origin": "string",
"audit_id": "bigint",
"day": "date",
"day_key": "int",
"facility_key": "int",
"page_type_key": "int",
"page_view_key": "bigint",
"page_view_time": "timestamp",
"request_uri": "varchar(255)",
"search_key": "bigint",
"search_key_is_original": "int",
"search_page_view_num": "int",
"site_content_key": "int",
"unit_key": "int",
"visit_page_view_num": "int",
"visitor_key": "bigint"
},
"created": "2018-07-20 02:19:07",
"ddl": {
"create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_prod_redshift`",
"create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_redshift.analytics_dwh_fact_page_view`\n(\n `audit_id` bigint , `day_key` int , `day` date , `page_view_key` bigint , `visitor_key` bigint , `visit_page_view_num` int , `search_key` bigint , `search_key_is_original` int , `search_page_view_num` int , `page_type_key` int , `site_content_key` int , `facility_key` int , `unit_key` int , `page_view_time` timestamp , `request_uri` varchar(255) , `_origin` string \n)\nPARTITIONED BY (dt string)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'\n WITH SERDEPROPERTIES ( 'quote.delim' = '\"', 'escape.delim' = '\\\\', 'field.delim' = '\u0001')\nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-redshift-analytics-prod/raw_incremental/dwh_fact_page_view'\n",
"drop_table": "DROP TABLE IF EXISTS `sfdl_prod_redshift.analytics_dwh_fact_page_view`",
"repair_table": "MSCK REPAIR TABLE sfdl_prod_redshift.analytics_dwh_fact_page_view"
}
},
"server": {
"hostname": "schemamanager-5475496c57-7dpqb",
"name": "schema_manager",
"process_start": "2026-01-09 11:27:47",
"sf_env": "prod",
"version": "2112174301"
}
}