Gian Piero Izzo
01/20/2022, 4:22 PMstorage = Git(
repo="org/repo",
flow_path="flows/my_flow.py"
)
The problem is that the docker agent is not able to get the repository, it gives the error:
Failed to load and execute Flow's environment: NotGitRepository('No git repository was found at https://@github.com/org/repo.git')
is there any way to avoid this "@" ?
Thanks in advanceKevin Kho
01/20/2022, 4:23 PMGian Piero Izzo
01/20/2022, 4:25 PMKevin Kho
01/20/2022, 4:28 PMGian Piero Izzo
01/20/2022, 4:30 PMKevin Kho
01/20/2022, 4:32 PM.yaml
and .sql
but modules won’t work because of path issuesGian Piero Izzo
01/20/2022, 4:35 PMKevin Kho
01/20/2022, 4:37 PMGian Piero Izzo
01/20/2022, 4:43 PMKevin Kho
01/20/2022, 4:45 PM