Is there a `$MELTANO_EXTRACT__LOAD_SCHEMA` re <ht...
# troubleshooting
v
Is there a
$MELTANO_EXTRACT__LOAD_SCHEMA
re https://docs.meltano.com/guide/integration#extractor-variables for
meltano run
? The docs seem to suggest this is only available for
meltano elt
p
@visch yes I use it with run in my project https://github.com/meltano/squared/blob/f827babb940f03a9a0c4baa5d9a4bfc2c97bf883/data/environments/userdev.meltano.yml#L35. Those docs look like they need to be updated
A lot of
meltano elt
references when
meltano run
is recommended now
v
Thank you @pat_nadolny!!
a
I added a comment on proposed resolution path there in the issue. Ditto @visch’s comment: thank very much @pat_nadolny for confirming and for logging the issue.
y
Hi @pat_nadolny, could you please tell me how you defined the file_format in the ymal? Documentation indicates that a Snowflake FILE FORMAT object is a required configuration input before execution. Thank you.