Stéphane Burwash
04/11/2022, 6:17 PMpranit__warehows.io_
04/12/2022, 7:56 AMStéphane Burwash
04/12/2022, 1:06 PMpat_nadolny
04/12/2022, 1:37 PMStéphane Burwash
04/12/2022, 1:39 PMpat_nadolny
04/12/2022, 1:40 PM{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${workspaceRoot}/tap_google_analytics/tap.py",
"console": "integratedTerminal",
"args": [
"--config",
"config.json"
]
}
]
}
Stéphane Burwash
04/12/2022, 1:42 PMpat_nadolny
04/12/2022, 1:46 PMStéphane Burwash
04/12/2022, 2:03 PMStéphane Burwash
04/12/2022, 2:04 PMStéphane Burwash
04/12/2022, 2:25 PM{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${workspaceRoot}/tap_hubspot/tap.py",
"console": "integratedTerminal",
"args": [
"--config",
".secrets/config.json",
"|",
"target-jsonl"
],
"env": {
"PYTHONPATH": "${workspaceRoot}"
}
}
]
}
aaronsteers
04/16/2022, 8:04 PMStéphane Burwash
04/16/2022, 8:05 PMStéphane Burwash
04/16/2022, 8:05 PMaaronsteers
04/16/2022, 8:06 PMaaronsteers
04/16/2022, 8:26 PM