Config file usualy in /etc/dnsmasq.conf
no-resolv
user=root
server=8.8.8.8
server=1.1.1.1
server=9.9.9.9
cache-size=6400
List available official WSL distros:
> wsl --update
> wsl --list --online
Update locale inside debian:
$ sudo update-locale LANG=en_US.UTF8
| import snowflake.connector | |
| import pandas as pd | |
| from tqdm import tqdm | |
| import os | |
| # Get account with: SELECT CURRENT_ORGANIZATION_NAME() || '-' || CURRENT_ACCOUNT_NAME(); | |
| # Source Snowflake account credentials | |
| source_account = '' | |
| source_user = '' |