· last year · Dec 17, 2023, 09:56 AM
1drop table if exists kdz17.etl_weather_facts; 2create table if not exists kdz17.etl_weather_facts( 3 loaded_ts timestamp not null 4);