thalia_elie
11/18/2020, 7:07 PMdouwe_maan
11/18/2020, 8:50 PMdatabase at all, the default value warehouse will be used, and tap-sqlite will create a new SQLite database named warehouse.db in your project directory if it doesn't exist yet.douwe_maan
11/18/2020, 8:52 PMdatabase setting in meltano.yml to a different value (like my_database.db in the example). If you'd like to override the value of the setting at run time to use a different database file, you can set the TAP_SQLITE_DATABASE environment variable when executing meltano elt : http://meltano.com/docs/configuration.html#configuring-settingsthalia_elie
11/18/2020, 9:08 PMdouwe_maan
11/18/2020, 9:08 PMmeltano.yml ?thalia_elie
11/18/2020, 9:08 PMthalia_elie
11/18/2020, 9:09 PMdouwe_maan
11/18/2020, 9:12 PMdatabase: actually matters 🙂douwe_maan
11/18/2020, 9:12 PMdatabase:my_database.db as a string (hence the TypeError: 'str' object is not a mapping error), instead of a key: value mappingthalia_elie
11/18/2020, 9:12 PMthalia_elie
11/18/2020, 9:12 PMdouwe_maan
11/18/2020, 9:13 PMdouwe_maan
11/18/2020, 9:13 PMthalia_elie
11/18/2020, 9:13 PMdouwe_maan
11/18/2020, 9:14 PMmy_database.db file?douwe_maan
11/18/2020, 9:14 PMthalia_elie
11/18/2020, 9:15 PMdouwe_maan
11/18/2020, 9:17 PMdouwe_maan
11/18/2020, 9:18 PMdouwe_maan
11/18/2020, 9:19 PMthalia_elie
11/18/2020, 9:28 PMdouwe_maan
11/18/2020, 9:28 PM