Skip to content
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

Merged

Conversation

Shinnnyshinshin
Copy link
Contributor

Changes proposed in this pull request:

@Shinnnyshinshin Shinnnyshinshin self-assigned this Mar 15, 2022
@netlify
Copy link

netlify bot commented Mar 15, 2022

✔️ 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

@@ -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'
Copy link
Contributor

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?

Copy link
Contributor

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.

@Shinnnyshinshin Shinnnyshinshin merged commit d509da9 into develop Mar 15, 2022
@Shinnnyshinshin Shinnnyshinshin deleted the bugfix/adding-spark-back-to-compability-matrix branch March 15, 2022 17:02
Copy link
Contributor

@NathanFarmer NathanFarmer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Shinnnyshinshin pushed a commit that referenced this pull request Mar 15, 2022
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants