Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Incompatible with Airflow due to MarkupSafe conflict #359

Open
KulykDmytro opened this issue Oct 21, 2022 · 0 comments
Open

Incompatible with Airflow due to MarkupSafe conflict #359

KulykDmytro opened this issue Oct 21, 2022 · 0 comments
Labels
bug Something isn't working soda-sql

Comments

@KulykDmytro
Copy link

KulykDmytro commented Oct 21, 2022

Describe the bug
soda-core:2.2.2 is incompatible with Airflow:2.4.1 due to MarkupSafe version conflict

... soda-sql-bigquery (>=2.1.6,<3.0.0) requires markupsafe (2.0.1).
      And because apache-airflow (2.4.1) requires MarkupSafe (>=2.1.1) (2), apache-airflow (2.4.1) is incompatible with soda-sql-bigquery (>=2.1.6,<3.0.0)

To Reproduce
Steps to reproduce the behavior:

  1. create pyproject.toml with dependencies to
  • airflow = "2.4.1"
  • soda-sql-bigquery = "^2.1.6"
  • any other soda-sql-xxx with same version
  1. run poetry update sod-sql-bigquery ...
  2. observe conflict

OS: MacOs
Python Version: 3.9
Soda SQL Version: 2.2.2

@KulykDmytro KulykDmytro added bug Something isn't working soda-sql labels Oct 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working soda-sql
Projects
None yet
Development

No branches or pull requests

1 participant