Wayne, thanks so much from me too. I had almost identical issue. Generating any postgresql query via %sql in Jupyter notebook kept returning KeyError: 'Default'.
%config SqlMagic.style = '_DEPRECATED_DEFAULT'
immediately solved the problem. Thanks!