Ian OLeary
08/28/2024, 6:54 PMvisch
08/28/2024, 6:57 PMIan OLeary
08/28/2024, 6:58 PMIan OLeary
08/28/2024, 6:59 PMIan OLeary
08/28/2024, 6:59 PMvisch
08/28/2024, 7:02 PMdocker run -e POSTGRES_PASSWORD=postgres -p 5432:5432 -h postgres -d postgres
Then I go make a db / table and we're in business!visch
08/28/2024, 7:03 PMdocker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=SAsa12345678!' -e 'MSSQL_AGENT_ENABLED=true' -p 1433:1433 -d <http://mcr.microsoft.com/mssql/server:2019-CU9-ubuntu-16.04|mcr.microsoft.com/mssql/server:2019-CU9-ubuntu-16.04>
haleemur_ali
08/28/2024, 7:03 PMvisch
08/28/2024, 7:04 PM.sh
script and put it in my meltano directory. On second thought I could probably do that as a utility in meltano 😄haleemur_ali
08/28/2024, 8:06 PM.sh
script or how one would go about creating a utility.Ian OLeary
08/28/2024, 8:09 PM