Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amysteier/17bc9df80f37a5da7fb136f82a703b9f to your computer and use it in GitHub Desktop.
Save amysteier/17bc9df80f37a5da7fb136f82a703b9f to your computer and use it in GitHub Desktop.
from smart_open import open
import yaml
with open("https://raw.githubusercontent.com/gretelai/gretel-blueprints/main/config_templates/gretel/synthetics/default.yml", 'r') as stream:
config = yaml.safe_load(stream)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment