dammy arinde
12/10/2021, 5:43 PMAnna Geller
alex
12/10/2021, 5:52 PMgreat_expectations.yml
is located in. You can configure where great_expectations
looks for great_expectations.yml
by setting context_root_dir
equal to the path to the directory where great_expectations.yml
is located.dammy arinde
12/10/2021, 5:54 PMdammy arinde
12/10/2021, 6:13 PMalex
12/10/2021, 6:35 PMdammy arinde
12/10/2021, 6:36 PMalex
12/10/2021, 6:37 PMdammy arinde
12/10/2021, 6:41 PMdammy arinde
12/10/2021, 6:42 PMalex
12/10/2021, 6:51 PMdammy arinde
12/10/2021, 6:54 PMdammy arinde
12/15/2021, 3:32 PMAnna Geller
import pygit2
@task
def pull_ge_repo(repo_url: str, branch: str = None):
pygit2.clone_repository(url=repo_url, path="your_path_to_clone_the_repo_into", checkout_branch=branch)
Then, once it’s cloned, you could point GE task to the path specified above. But maybe @alex can confirmalex
12/15/2021, 3:39 PMdammy arinde
12/15/2021, 3:50 PMdammy arinde
12/15/2021, 4:12 PMAnna Geller