-
upload-snowflake prevent indexing
Hello, when I use the upload-snowflake command, is there a way to tell Domo not to index? When I load data from Snowflake to Domo, I load based on partitions. Since I load data in this way, I'm thinking that I don't need indexing. Or maybe I'm wrong? Thanks!
-
Remove column from existing schema
Hello! Is it possible to remove a column from an existing dataset using the Domo CLI? In otherwords, can I change the schema? My existing schema has 25 columns. But I only have 23 columns in a data file that I want to upload. This causes an issue when uploading the file using the Domo CLI. So, the last two columns of my…
-
Reloading Same File
I have a dataset with two columns defined as upsertKey. I can upload a dataset successfully the first time using the -a flag to append and I also use the -h flag because my file contains a header. I using the upload-dataset command to upload just one single file with the -f flag. Now, I am tryign to upload that same file…
-
Append with UpsertKey Columns Set to True
I am appending data to a Domo dataset and it works great. But, there are duplicates. So, I created an identical Domo dataset and then modified the schema so that upsertKey is set to true on two of my columns. When I try to upload my file to this new dataset configured with upsert key columns, I get an error saying to few…
-
Upload S3 file that contains a header
Hello! I have CVS files in S3. I am able to upload them using the upload-s3 Domo CLI command. However, my files have a header, and it seems the upload-s3 command does not have a option to ignore the header. For instance, there is no -h --header flag. Is this true? Is there no way to skip the header for in a file coming…