Migration commit from heyvince.co to heyvince.ca

This commit is contained in:
vgoineau
2024-05-03 09:24:48 -04:00
commit 2c898da04f
24 changed files with 679 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import click
@click.command()
@click.option('-c', default="dft_project.yml", help='Build your flow with scheduler and deploy them to your server.')
def deploy(config):
click.echo("Deploying your query files to server...")