News

I build CTAS tables using Azure Synapse Analytics syntax which is valid T-SQL in my version of Azure SQL Server. While my code runs as intended with this extension, the syntax for my CTAS tables is ...
Steps to reproduce The minimal reproducer is this demo.py: def wrapped(*args, **kwargs): print(*args, **kwargs) wrapped('hello', 'world!') pylint shows a syntax-error ...