Last active
August 28, 2022 00:25
-
-
Save jgensler8/6a7a2b74e234e74bdd64f6f823efea30 to your computer and use it in GitHub Desktop.
dbt compare: ssh tunnel + postgres --> athena
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21:16:08 1 of 25 START table model public.bomb_sites .............. [RUN] | |
21:16:17 1 of 25 OK created table model public.bomb_sites ......... [OK -1 in 9.23s] | |
21:16:17 2 of 25 START table model public.characters .............. [RUN] | |
21:16:24 2 of 25 OK created table model public.characters ......... [OK -1 in 6.87s] | |
21:16:24 3 of 25 START table model public.leptons ................. [RUN] | |
21:16:30 3 of 25 OK created table model public.leptons ............ [OK -1 in 5.79s] | |
21:16:30 4 of 25 START table model public.map_geometries .......... [RUN] | |
21:16:36 4 of 25 OK created table model public.map_geometries ..... [OK -1 in 5.79s] | |
21:16:36 5 of 25 START table model public.maps .................... [RUN] | |
21:16:41 5 of 25 OK created table model public.maps ............... [OK -1 in 5.79s] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20:40:35 1 of 20 START table model public.bomb_sites ............. [RUN] | |
20:40:36 1 of 20 OK created table model public.bomb_sites ........ [SELECT 5 in 1.00s] | |
20:40:36 2 of 20 START table model public.leptons ................ [RUN] | |
20:40:37 2 of 20 OK created table model public.leptons ........... [SELECT 28 in 0.84s] | |
20:40:37 3 of 20 START table model public.map_geometries ......... [RUN] | |
20:40:38 3 of 20 OK created table model public.map_geometries .... [SELECT 17 in 1.28s] | |
20:40:38 4 of 20 START table model public.maps ................... [RUN] | |
20:40:39 4 of 20 OK created table model public.maps .............. [SELECT 8 in 0.94s] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment