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

Fix issues with SqlMagic (prettytable) and arrow dependency conflict (edited in Colab) #75

Merged
merged 5 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion component_setup_charts.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"outputs": [],
"source": [
"! pip install altair pyarrow==11.0.0 >> pip.log"
"! pip install altair pyarrow==14.0.0 >> pip.log"
]
},
{
Expand Down
3 changes: 3 additions & 0 deletions component_setup_kingfisher.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
"# Don't show connection string after execute.\n",
"%config SqlMagic.displaycon = False\n",
"\n",
"# Set SqlMagic/prettytable style\n",
"%config SqlMagic.style = '_DEPRECATED_DEFAULT'\n",
"\n",
"connection_string = (\n",
" \"postgresql://\"\n",
" + user\n",
Expand Down
5 changes: 4 additions & 1 deletion template_basic_criteria_checks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
"outputs": [],
"source": [
"! pip install altair pyarrow==11.0.0 >> pip.log"
"! pip install altair pyarrow==14.0.0 >> pip.log"
]
},
{
Expand Down Expand Up @@ -1752,6 +1752,9 @@
"# Don't show connection string after execute.\n",
"%config SqlMagic.displaycon = False\n",
"\n",
"# Set SqlMagic/prettytable style\n",
"%config SqlMagic.style = '_DEPRECATED_DEFAULT'\n",
"\n",
"connection_string = (\n",
" \"postgresql://\"\n",
" + user\n",
Expand Down
5 changes: 4 additions & 1 deletion template_data_quality_feedback.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
"outputs": [],
"source": [
"! pip install altair pyarrow==11.0.0 >> pip.log"
"! pip install altair pyarrow==14.0.0 >> pip.log"
]
},
{
Expand Down Expand Up @@ -461,6 +461,9 @@
"# Don't show connection string after execute.\n",
"%config SqlMagic.displaycon = False\n",
"\n",
"# Set SqlMagic/prettytable style\n",
"%config SqlMagic.style = '_DEPRECATED_DEFAULT'\n",
"\n",
"connection_string = (\n",
" \"postgresql://\"\n",
" + user\n",
Expand Down
3 changes: 3 additions & 0 deletions template_meta_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@
"# Don't show connection string after execute.\n",
"%config SqlMagic.displaycon = False\n",
"\n",
"# Set SqlMagic/prettytable style\n",
"%config SqlMagic.style = '_DEPRECATED_DEFAULT'\n",
"\n",
"connection_string = (\n",
" \"postgresql://\"\n",
" + user\n",
Expand Down
5 changes: 4 additions & 1 deletion template_publisher_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
"outputs": [],
"source": [
"! pip install altair pyarrow==11.0.0 >> pip.log"
"! pip install altair pyarrow==14.0.0 >> pip.log"
]
},
{
Expand Down Expand Up @@ -461,6 +461,9 @@
"# Don't show connection string after execute.\n",
"%config SqlMagic.displaycon = False\n",
"\n",
"# Set SqlMagic/prettytable style\n",
"%config SqlMagic.style = '_DEPRECATED_DEFAULT'\n",
"\n",
"connection_string = (\n",
" \"postgresql://\"\n",
" + user\n",
Expand Down
2 changes: 1 addition & 1 deletion template_red_flags_checks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
"outputs": [],
"source": [
"! pip install altair pyarrow==11.0.0 >> pip.log"
"! pip install altair pyarrow==14.0.0 >> pip.log"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion template_red_flags_checks_fieldlist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
"outputs": [],
"source": [
"! pip install altair pyarrow==11.0.0 >> pip.log"
"! pip install altair pyarrow==14.0.0 >> pip.log"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion template_red_flags_checks_registry.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
"outputs": [],
"source": [
"! pip install altair pyarrow==11.0.0 >> pip.log"
"! pip install altair pyarrow==14.0.0 >> pip.log"
]
},
{
Expand Down
5 changes: 4 additions & 1 deletion template_structure_and_format_feedback.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
"outputs": [],
"source": [
"! pip install altair pyarrow==11.0.0 >> pip.log"
"! pip install altair pyarrow==14.0.0 >> pip.log"
]
},
{
Expand Down Expand Up @@ -461,6 +461,9 @@
"# Don't show connection string after execute.\n",
"%config SqlMagic.displaycon = False\n",
"\n",
"# Set SqlMagic/prettytable style\n",
"%config SqlMagic.style = '_DEPRECATED_DEFAULT'\n",
"\n",
"connection_string = (\n",
" \"postgresql://\"\n",
" + user\n",
Expand Down
5 changes: 4 additions & 1 deletion template_usability_checks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
"outputs": [],
"source": [
"! pip install altair pyarrow==11.0.0 >> pip.log"
"! pip install altair pyarrow==14.0.0 >> pip.log"
]
},
{
Expand Down Expand Up @@ -461,6 +461,9 @@
"# Don't show connection string after execute.\n",
"%config SqlMagic.displaycon = False\n",
"\n",
"# Set SqlMagic/prettytable style\n",
"%config SqlMagic.style = '_DEPRECATED_DEFAULT'\n",
"\n",
"connection_string = (\n",
" \"postgresql://\"\n",
" + user\n",
Expand Down
2 changes: 1 addition & 1 deletion template_usability_checks_fieldlist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
"outputs": [],
"source": [
"! pip install altair pyarrow==11.0.0 >> pip.log"
"! pip install altair pyarrow==14.0.0 >> pip.log"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion template_usability_checks_registry.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
"outputs": [],
"source": [
"! pip install altair pyarrow==11.0.0 >> pip.log"
"! pip install altair pyarrow==14.0.0 >> pip.log"
]
},
{
Expand Down
Loading