Is it possible to do configuration without CLI #5709
Answered
by
austiezr
Crystalyyh
asked this question in
Support
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
austiezr
Aug 8, 2022
Replies: 1 comment 1 reply
-
Hey @Crystalyyh ! Once you've initialized Great Expectations, you can create datasources, expectations & suites, and checkpoints programmatically. The CLI helps streamline this by provided notebooks w/ boilerplate code, but that code (or similar) can be used w/o invoking the CLI. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
austiezr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @Crystalyyh ! Once you've initialized Great Expectations, you can create datasources, expectations & suites, and checkpoints programmatically. The CLI helps streamline this by provided notebooks w/ boilerplate code, but that code (or similar) can be used w/o invoking the CLI.