keboola / db-writer-snowflake

Snowflake database writer
MIT License
0 stars 1 forks source link

Importing Non-existing Table error #32

Open pivnicek opened 6 years ago

pivnicek commented 6 years ago

If you try to run a writer with a non-existing KBC table it will fail with

Application error: Application error: Cannot import data from Storage API: These columns do not exist: someCol

Even if these inputs are disabled (Issue #12 )

I suppose if the table is non-existant, it should produce a warning, but the job should not fail.

MichalTodt commented 6 years ago

Even in case when the table is deselected from upload

ErikZigo commented 6 years ago

@pivnicek Tahle chyba neni z writeru, ale z mappingu docker runneru. Chovaji se tak vsechny DB writery. Navic chyba neukazuje na neexistujici tabulku ale na neexistujici sloupec v tabulce. Podle me by to urcite melo failnout.

ErikZigo commented 6 years ago

https://github.com/keboola/kbc-ui/issues/2012