-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUGFIX] Adding --spark
flag back to azure-pipelines.yml
compatibility_matrix stage.
#4418
[BUGFIX] Adding --spark
flag back to azure-pipelines.yml
compatibility_matrix stage.
#4418
Conversation
✔️ Deploy Preview for niobium-lead-7998 ready! 🔨 Explore the source changes: 44dc4bd 🔍 Inspect the deploy log: https://app.netlify.com/sites/niobium-lead-7998/deploys/6230c49f14fa05000a547889 😎 Browse the preview: https://deploy-preview-4418--niobium-lead-7998.netlify.app |
azure-pipelines.yml
Outdated
@@ -89,7 +89,7 @@ stages: | |||
- job: compatibility_matrix | |||
condition: or(eq(variables.isScheduled, true), eq(variables.isMain, true)) | |||
variables: | |||
GE_pytest_opts: '--no-sqlalchemy' | |||
GE_pytest_opts: '--no-sqlalchemy --spark' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be --no-spark
right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes requested just to block auto merge - let's confirm which flags are needed for which steps.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
…hub.com/great-expectations/great_expectations into feature/GREAT-500/add-notebooks-for-rbp * 'feature/GREAT-500/add-notebooks-for-rbp' of https://github.com/great-expectations/great_expectations: [FEATURE] Use more granular requirements-dev-xxx.txt files (#4327) standardise on include and exclude columns list for profiler (#4424) [MAINTENANCE] Continue chipping away at warnings (#4422) [MAINTENANCE] Add docstrings and type hints to `Anonymizer` (#4419) Replace "sampling_method" with "estimator", since the latter is a more fitting name for the parameter. (#4420) [BUGFIX] Adding `--spark` flag back to `azure-pipelines.yml` compatibility_matrix stage. (#4418) [MAINTENANCE] Refactor out unnecessary Anonymizer child classes (#4408) [BUGFIX] Pin `pytest-azurepipelines` due to breaking changes made in latest release
Changes proposed in this pull request:
--no-postgresql
and--no-spark
flags frompytest
. Enable--postgresql
and--spark
#4309--spark
flag back tocompatibility_matrix stage of main
azure-pipelines.yml`