has anyone run into this issue with `target-snowfl...
# plugins-general
s
has anyone run into this issue with
target-snowflake
?
Copy code
AttributeError: module 'target_snowflake.sql' has no attribute 'Identifier'
t
What commands are you running?
s
i was just running the tap & target outside of meltano, so something like this:
Copy code
.env/bin/tap-alchemer -c config.json --catalog catalog.json | .target-snowflake-env/bin/target-snowflake --config target_config.json
t
oh wow - it’s supposed to be lowercase, right?