Nam Phan
06/26/2024, 11:12 AMsrc_csv_...merge
table. Is it safe if I delete these tables which have prefixes src_, stg_, ls_
, then GoodData system will re-create it with correct type in the feed.txt file?Francisco Antunes
06/26/2024, 1:04 PMsrc_
data, which will then be used by the other bricks in the Data Pipeline, thus fixing the error.
If you just delete the tables without correcting the feed file, they would just be re-created in the same way when you run the brick again, as the brick can now find a file in the specified path. You could remove the feed file instead, and have the CSV downloader recreate it from scratch (based on the corrected CSV files, of course); In this case, you could delete the other files as well, but I think that wouldn’t be necessary (although it shouldn’t cause problems, if you make sure to run the pipeline from the bottom, to generate the files all over again).Nam Phan
06/27/2024, 12:27 AMsrc_
table. From you explanation, it's safe to delete src_, stg_, ls_
tables/views, right?Nam Phan
06/27/2024, 1:55 AM[Vertica][VJDBC]Detail: Cannot drop Table src_csv_coaching_activity_fact_merge because other objects depend on it
Nam Phan
06/27/2024, 1:55 AMFrancisco Antunes
06/27/2024, 11:54 AMsrc, stg, ls
tables for you with the updated data types, ultimately propagating the changes to the workspace’s Data Model.Nam Phan
06/27/2024, 11:59 AMsrc_csv_..merge
table, then GD system recreate remaining tables which have the same data type and it cannot be replaced with the correct type. I've reverted feed.txt file so that the ADS Integrator can load data. if the ADS Integrator can load data from CSV to GD system, I think I should create new columns to correct data type.Nam Phan
06/27/2024, 12:36 PMExecutable=main.rb Error during evaluation of Ruby in /mnt/execution/lib/gdc_etl_ads_integrator/composite/tree/task.rb at line 90: (SqlError) Java:JavaSqlSQLException [Vertica][VJDBC](2035) ERROR: COPY: Input record 1 has been rejected (Invalid value in column 8 for type Boolean - '2022-06-03 141033' len 19); [Vertica][VJDBC](2035) ERROR: COPY: Input record 1 has been rejected (Invalid value in column 8 for type Boolean - '2022-06-03 141033' len 19)
Nam Phan
06/27/2024, 12:37 PMNam Phan
06/27/2024, 12:48 PMNam Phan
06/27/2024, 12:48 PMFrancisco Antunes
06/27/2024, 12:48 PMNam Phan
06/27/2024, 12:49 PMNam Phan
06/27/2024, 12:49 PMNam Phan
06/27/2024, 12:50 PMFrancisco Antunes
06/27/2024, 12:51 PMNam Phan
06/27/2024, 12:51 PM