We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99e3516 + 2841d25 commit fb27a2aCopy full SHA for fb27a2a
.github/workflows/oracle-xe-adapter-tests.yml
@@ -51,6 +51,7 @@ jobs:
51
pip install pytest dbt-tests-adapter==1.5.3
52
pip install -r requirements.txt
53
pip install -e .
54
+ pip install sqlparse==0.4.3
55
56
- name: Check create-pem-from-p12 script is installed in bin
57
run: |
doc/requirements.txt
@@ -9,7 +9,7 @@ importlib-metadata==4.11.3
9
Jinja2==3.1.1
10
MarkupSafe==2.1.1
11
packaging==21.3
12
-Pygments==2.11.2
+Pygments==2.15.0
13
pyparsing==3.0.8
14
pytz==2022.1
15
requests==2.31.0
0 commit comments