You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mysql --table --host 127.0.0.1 --port {{source['port']}} --user=datalytyx --password=horsewelltree -e "SELECT table_name, table_rows,table_schema FROM INFORMATION_SCHEMA.TABLES where table_schema not in ('information_schema','sys','performance_schema','mysql');" 2>&1 | grep -v "Using a password on the command" | head -10 # {{source['source_data']}}