Hi All My meltano EL gets completed but no tables ...
# troubleshooting
s
Hi All My meltano EL gets completed but no tables are created My source is mysql and destination in snowflake. I am using log based approach for meltano EL. Please help me out to resolve the issue. Thanks!
t
@shailesh this is usually a problem with
select
rules in your meltano.yml. The stream names coming out of MySQL will be <schema>-<table> so your select rules will need to match that pattern.