Skip to content

Commit

Permalink
21559 - fix sqlmagic.style (#1856)
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 authored Dec 11, 2024
1 parent c1c5f03 commit cbaa3db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion jobs/notebook-report/daily/cso_reconciliation_details.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"from config import Config\n",
"\n",
"%load_ext sql\n",
"%config SqlMagic.displaylimit = 5"
"%config SqlMagic.displaylimit = 5\n",
"%config SqlMagic.style = '_DEPRECATED_DEFAULT'"
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion jobs/notebook-report/daily/vs_reconciliation_details.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"from config import Config\n",
"\n",
"%load_ext sql\n",
"%config SqlMagic.displaylimit = 5"
"%config SqlMagic.displaylimit = 5\n",
"%config SqlMagic.style = '_DEPRECATED_DEFAULT'"
]
},
{
Expand Down

0 comments on commit cbaa3db

Please sign in to comment.