Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PostgresCopy does not accept template as sources #1

Closed
edublancas opened this issue Feb 6, 2020 · 0 comments
Closed

PostgresCopy does not accept template as sources #1

edublancas opened this issue Feb 6, 2020 · 0 comments

Comments

@edublancas
Copy link
Contributor

edublancas commented Feb 6, 2020

raise SourceInitializationError('{} does not support templates as '

PostgresCopy does not accept templates as sources but it should, when an upstream task creates a File, the source could be referenced dynamically as '{{upstream["another_task"}}' to resolve the path

Edit: This is related to issue #2 - maybe the validation logic should be part of the source object itself, with the option to provide more granular validation in _init_source for specific use cases

edublancas pushed a commit that referenced this issue Feb 6, 2020
edublancas pushed a commit that referenced this issue Feb 13, 2020
commit 2fb28fd
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 11 23:05:49 2020 -0500

    fixing examples

commit 6251591
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Mon Feb 10 23:15:56 2020 -0500

    changes to load_env decorator

commit b3517c3
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sun Feb 9 21:39:32 2020 -0500

    a few doc updates

commit e4fc446
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sun Feb 9 17:18:07 2020 -0500

    adds communicable section to docs

commit 65a8ebb
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sun Feb 9 17:09:06 2020 -0500

    adds communicate example

commit 48f4d93
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sun Feb 9 16:31:36 2020 -0500

    a few changes to the examples

commit cf8296f
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sun Feb 9 16:11:54 2020 -0500

    a few docs improvements

commit 21fb236
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sun Feb 9 15:23:23 2020 -0500

    adds reporting example, NotebookRunner warns if notebook has no parameters cell, no longer adding the tag by default

commit abd1c99
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sun Feb 9 13:21:59 2020 -0500

    improved docs

commit fe6cbcf
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sun Feb 9 10:58:31 2020 -0500

    docs for ShellClient and ShellScript

commit 0e9895c
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sun Feb 9 10:52:58 2020 -0500

    testing ShellClient with custom run_template

commit adcc1ea
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sun Feb 9 10:48:23 2020 -0500

    ShellScript now includes error message when it fails

commit eb7b699
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sun Feb 9 10:15:59 2020 -0500

    removes BashCommand, replaces all instances with ShellScript which is more flexible

commit be20d68
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sun Feb 9 01:12:03 2020 -0500

    refactors env module

commit 2525cff
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 8 21:51:44 2020 -0500

    fixing imports

commit 2115860
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 8 20:17:52 2020 -0500

    adds missig init file

commit b83d840
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 8 19:40:41 2020 -0500

    adds factories example [WIP]

commit 0f99b9c
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 8 19:40:08 2020 -0500

    Env changes: improves docs, prevents __getitem__ and adds @load_env

commit 2d1a4df
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 8 19:39:22 2020 -0500

    PathManager now creates directories if their value has trailing /

commit b2e5bd7
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 8 16:42:40 2020 -0500

    adds Env and SourceLoader to the docs

commit bd998da
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 8 16:29:05 2020 -0500

    renames SQLStore to SourceLoader, improves docs, adds example

commit 48febfe
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 8 15:23:31 2020 -0500

    general improvements to SQLStore, adds tests

commit 679f82b
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 8 10:38:05 2020 -0500

    __str__ and __repr__ improvements in MetaProduct

commit 9b55126
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Fri Feb 7 20:13:19 2020 -0500

    validation improvements, adds validate_values

commit 5d76491
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Fri Feb 7 18:38:38 2020 -0500

    fixes build

commit dd83826
Author: Eduardo Blancas <fkq8@blancas.io>
Date:   Fri Feb 7 11:34:35 2020 -0500

    SQLRelationPlaceholder no longer double quotes

commit 481ea35
Author: Eduardo Blancas <fkq8@blancas.io>
Date:   Fri Feb 7 10:54:37 2020 -0500

    parse_statement returns None if failing to parse SQL

commit 3262802
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Thu Feb 6 19:13:42 2020 -0500

    updates changelog

commit d6b34cd
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Thu Feb 6 19:10:02 2020 -0500

    renames PostgresCopy to PostgresCopyFrom in docs and tests

commit 60b9bdb
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Thu Feb 6 19:03:30 2020 -0500

    renames PostgresCopy to PostgresCopyFrom

commit 9433ef3
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Thu Feb 6 18:58:29 2020 -0500

    improvements to SQLUpload (same behavior as PostgresCopy)

commit 6f85f00
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Thu Feb 6 18:52:01 2020 -0500

    closes #2

commit d6f84dc
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Thu Feb 6 18:36:31 2020 -0500

    adds a few tests for postgrescopy, closes #1

commit 0e1d9e0
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 4 23:28:10 2020 -0500

    adds ploomber.clients (sql) to documentation

commit 5c2fb87
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 4 23:20:10 2020 -0500

    more docstrings

commit b44e9b9
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 4 23:07:54 2020 -0500

    adds dosctring to Input, Link and DownloadFromURL

commit 2a18a21
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 4 22:56:11 2020 -0500

    adds @requires to SQLTransfer, adds note on postgres copy

commit 31fd920
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 4 22:52:39 2020 -0500

    adds SQLUpload docstring

commit 4e0617c
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 4 22:45:47 2020 -0500

    adds SQLTransfer docstring

commit d512542
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 4 22:36:31 2020 -0500

    adds SQLDump docstring

commit 018f236
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 4 22:24:52 2020 -0500

    adds SQLScript docstring

commit a024b63
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 4 22:15:01 2020 -0500

    adds docstring for PythonCallable

commit cf6b119
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 4 22:10:23 2020 -0500

    documents NotebookRunner, adds @requires to list optional dependencies

commit 0b0047e
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 4 21:19:02 2020 -0500

    updates to basic example

commit 48b7eaa
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 1 20:51:15 2020 -0500

    moving explanations from intro to basic example

commit 3965683
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 1 20:13:51 2020 -0500

    improved documentation

commit c526248
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 1 15:55:19 2020 -0500

    updating examples

commit 9b680d8
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 1 15:24:21 2020 -0500

    missing doc dependency

commit 7eef53b
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 1 15:21:38 2020 -0500

    updates doc reqs

commit f805e3d
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 1 15:19:10 2020 -0500

    fixing build and docs

commit 3eae91a
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 1 15:05:51 2020 -0500

    improved example. dag.plot is now able to return a matplotlib Figure object

commit 05730a1
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 1 11:22:03 2020 -0500

    configures sphinx-gallery (need to install a dev version, the pickle error has not been merged)

commit 9920e43
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Wed Jan 29 19:07:11 2020 -0500

    finishes dynamic example

commit 8c79862
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Wed Jan 29 17:53:37 2020 -0500

    dynamic DAG example - wip

commit a868597
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Wed Jan 29 00:08:10 2020 -0500

    adds env example

commit 827917c
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Jan 28 23:37:50 2020 -0500

    finishes basic example

commit 96ca051
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Jan 28 23:28:31 2020 -0500

    adds parametrizing example

commit 8c688e9
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Mon Jan 27 15:31:28 2020 -0500

    new example

commit 6cc2838
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Jan 25 21:10:46 2020 -0500

    includes example in docs, disables sphinx-gallery sinces there is a bug when pickling objects

commit c3a17d4
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Jan 25 19:23:27 2020 -0500

    updates example

commit da0e88c
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Jan 25 14:52:21 2020 -0500

    fixes readthedocs.yaml path to requirements file

commit 65242e4
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Jan 25 14:17:20 2020 -0500

    adds readthedocs.yaml config file

commit f95045f
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Fri Jan 24 23:04:54 2020 -0500

    updates readme

commit 6a6854c
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Fri Jan 24 22:54:40 2020 -0500

    modifies reqs.txt

commit 1382c55
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Fri Jan 24 22:49:50 2020 -0500

    adds doc/requirements.txt

commit 2213041
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Fri Jan 24 22:41:41 2020 -0500

    adding master_doc to sphinx conf.py

commit 9ff6e28
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Fri Jan 24 21:34:02 2020 -0500

    readme embeded in docs

commit f0be121
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Fri Jan 24 21:22:22 2020 -0500

    improved docs

commit 5080ab2
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Fri Jan 24 17:16:37 2020 -0500

    updates docs

commit a3dd715
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Thu Jan 23 19:00:01 2020 -0500

    improved docs, deletes doc/_build/
edublancas pushed a commit that referenced this issue Feb 13, 2020
commit 58c0be5
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Wed Feb 12 20:28:31 2020 -0500

    fixes broken link

commit 9929ba7
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Wed Feb 12 20:23:51 2020 -0500

    adding links to reports for communicate and reporting examples

commit 9684a62
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Wed Feb 12 19:59:54 2020 -0500

    fixing link

commit 4e76fb1
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Wed Feb 12 19:42:10 2020 -0500

    updates path

commit 7357e6e
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Wed Feb 12 19:35:21 2020 -0500

    adding link to report

commit c0f1086
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Wed Feb 12 19:18:06 2020 -0500

    trying to render report

commit 549e2b2
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Wed Feb 12 18:57:33 2020 -0500

    trying to fix report rendering example

commit 606632a
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Wed Feb 12 18:38:44 2020 -0500

    fixes dag

commit 468ac80
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Wed Feb 12 18:31:37 2020 -0500

    fixes sample package script

commit 4fcb584
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Wed Feb 12 18:22:20 2020 -0500

    fixes script

commit da17987
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Wed Feb 12 18:19:38 2020 -0500

    installing sample package for tests

commit abeadb0
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 11 23:31:51 2020 -0500

    fixed bug in build_partially - target was not executed

commit d04c6f3
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 11 23:13:08 2020 -0500

    updates changelog

commit 2fb28fd
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 11 23:05:49 2020 -0500

    fixing examples

commit 6251591
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Mon Feb 10 23:15:56 2020 -0500

    changes to load_env decorator

commit b3517c3
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sun Feb 9 21:39:32 2020 -0500

    a few doc updates

commit e4fc446
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sun Feb 9 17:18:07 2020 -0500

    adds communicable section to docs

commit 65a8ebb
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sun Feb 9 17:09:06 2020 -0500

    adds communicate example

commit 48f4d93
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sun Feb 9 16:31:36 2020 -0500

    a few changes to the examples

commit cf8296f
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sun Feb 9 16:11:54 2020 -0500

    a few docs improvements

commit 21fb236
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sun Feb 9 15:23:23 2020 -0500

    adds reporting example, NotebookRunner warns if notebook has no parameters cell, no longer adding the tag by default

commit abd1c99
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sun Feb 9 13:21:59 2020 -0500

    improved docs

commit fe6cbcf
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sun Feb 9 10:58:31 2020 -0500

    docs for ShellClient and ShellScript

commit 0e9895c
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sun Feb 9 10:52:58 2020 -0500

    testing ShellClient with custom run_template

commit adcc1ea
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sun Feb 9 10:48:23 2020 -0500

    ShellScript now includes error message when it fails

commit eb7b699
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sun Feb 9 10:15:59 2020 -0500

    removes BashCommand, replaces all instances with ShellScript which is more flexible

commit be20d68
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sun Feb 9 01:12:03 2020 -0500

    refactors env module

commit 2525cff
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 8 21:51:44 2020 -0500

    fixing imports

commit 2115860
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 8 20:17:52 2020 -0500

    adds missig init file

commit b83d840
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 8 19:40:41 2020 -0500

    adds factories example [WIP]

commit 0f99b9c
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 8 19:40:08 2020 -0500

    Env changes: improves docs, prevents __getitem__ and adds @load_env

commit 2d1a4df
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 8 19:39:22 2020 -0500

    PathManager now creates directories if their value has trailing /

commit b2e5bd7
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 8 16:42:40 2020 -0500

    adds Env and SourceLoader to the docs

commit bd998da
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 8 16:29:05 2020 -0500

    renames SQLStore to SourceLoader, improves docs, adds example

commit 48febfe
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 8 15:23:31 2020 -0500

    general improvements to SQLStore, adds tests

commit 679f82b
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 8 10:38:05 2020 -0500

    __str__ and __repr__ improvements in MetaProduct

commit 9b55126
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Fri Feb 7 20:13:19 2020 -0500

    validation improvements, adds validate_values

commit 5d76491
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Fri Feb 7 18:38:38 2020 -0500

    fixes build

commit dd83826
Author: Eduardo Blancas <fkq8@blancas.io>
Date:   Fri Feb 7 11:34:35 2020 -0500

    SQLRelationPlaceholder no longer double quotes

commit 481ea35
Author: Eduardo Blancas <fkq8@blancas.io>
Date:   Fri Feb 7 10:54:37 2020 -0500

    parse_statement returns None if failing to parse SQL

commit 3262802
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Thu Feb 6 19:13:42 2020 -0500

    updates changelog

commit d6b34cd
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Thu Feb 6 19:10:02 2020 -0500

    renames PostgresCopy to PostgresCopyFrom in docs and tests

commit 60b9bdb
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Thu Feb 6 19:03:30 2020 -0500

    renames PostgresCopy to PostgresCopyFrom

commit 9433ef3
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Thu Feb 6 18:58:29 2020 -0500

    improvements to SQLUpload (same behavior as PostgresCopy)

commit 6f85f00
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Thu Feb 6 18:52:01 2020 -0500

    closes #2

commit d6f84dc
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Thu Feb 6 18:36:31 2020 -0500

    adds a few tests for postgrescopy, closes #1

commit 0e1d9e0
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 4 23:28:10 2020 -0500

    adds ploomber.clients (sql) to documentation

commit 5c2fb87
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 4 23:20:10 2020 -0500

    more docstrings

commit b44e9b9
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 4 23:07:54 2020 -0500

    adds dosctring to Input, Link and DownloadFromURL

commit 2a18a21
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 4 22:56:11 2020 -0500

    adds @requires to SQLTransfer, adds note on postgres copy

commit 31fd920
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 4 22:52:39 2020 -0500

    adds SQLUpload docstring

commit 4e0617c
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 4 22:45:47 2020 -0500

    adds SQLTransfer docstring

commit d512542
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 4 22:36:31 2020 -0500

    adds SQLDump docstring

commit 018f236
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 4 22:24:52 2020 -0500

    adds SQLScript docstring

commit a024b63
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 4 22:15:01 2020 -0500

    adds docstring for PythonCallable

commit cf6b119
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 4 22:10:23 2020 -0500

    documents NotebookRunner, adds @requires to list optional dependencies

commit 0b0047e
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Feb 4 21:19:02 2020 -0500

    updates to basic example

commit 48b7eaa
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 1 20:51:15 2020 -0500

    moving explanations from intro to basic example

commit 3965683
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 1 20:13:51 2020 -0500

    improved documentation

commit c526248
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 1 15:55:19 2020 -0500

    updating examples

commit 9b680d8
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 1 15:24:21 2020 -0500

    missing doc dependency

commit 7eef53b
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 1 15:21:38 2020 -0500

    updates doc reqs

commit f805e3d
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 1 15:19:10 2020 -0500

    fixing build and docs

commit 3eae91a
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 1 15:05:51 2020 -0500

    improved example. dag.plot is now able to return a matplotlib Figure object

commit 05730a1
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Feb 1 11:22:03 2020 -0500

    configures sphinx-gallery (need to install a dev version, the pickle error has not been merged)

commit 9920e43
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Wed Jan 29 19:07:11 2020 -0500

    finishes dynamic example

commit 8c79862
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Wed Jan 29 17:53:37 2020 -0500

    dynamic DAG example - wip

commit a868597
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Wed Jan 29 00:08:10 2020 -0500

    adds env example

commit 827917c
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Jan 28 23:37:50 2020 -0500

    finishes basic example

commit 96ca051
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Tue Jan 28 23:28:31 2020 -0500

    adds parametrizing example

commit 8c688e9
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Mon Jan 27 15:31:28 2020 -0500

    new example

commit 6cc2838
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Jan 25 21:10:46 2020 -0500

    includes example in docs, disables sphinx-gallery sinces there is a bug when pickling objects

commit c3a17d4
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Jan 25 19:23:27 2020 -0500

    updates example

commit da0e88c
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Jan 25 14:52:21 2020 -0500

    fixes readthedocs.yaml path to requirements file

commit 65242e4
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Sat Jan 25 14:17:20 2020 -0500

    adds readthedocs.yaml config file

commit f95045f
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Fri Jan 24 23:04:54 2020 -0500

    updates readme

commit 6a6854c
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Fri Jan 24 22:54:40 2020 -0500

    modifies reqs.txt

commit 1382c55
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Fri Jan 24 22:49:50 2020 -0500

    adds doc/requirements.txt

commit 2213041
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Fri Jan 24 22:41:41 2020 -0500

    adding master_doc to sphinx conf.py

commit 9ff6e28
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Fri Jan 24 21:34:02 2020 -0500

    readme embeded in docs

commit f0be121
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Fri Jan 24 21:22:22 2020 -0500

    improved docs

commit 5080ab2
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Fri Jan 24 17:16:37 2020 -0500

    updates docs

commit a3dd715
Author: Eduardo Blancas Reyes <fkq8@blancas.io>
Date:   Thu Jan 23 19:00:01 2020 -0500

    improved docs, deletes doc/_build/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant