[GitHub] [airflow] mik-laj commented on a change in pull request #4842: [AIRFLOW-4014] Change DatastoreHook and add tests

2019-03-23 Thread GitBox
mik-laj commented on a change in pull request #4842: [AIRFLOW-4014] Change DatastoreHook and add tests URL: https://github.com/apache/airflow/pull/4842#discussion_r268415354 ## File path: airflow/contrib/hooks/datastore_hook.py ## @@ -19,58 +19,73 @@ # import time + f

[GitHub] [airflow] mik-laj commented on a change in pull request #4842: [AIRFLOW-4014] Change DatastoreHook and add tests

2019-03-06 Thread GitBox
mik-laj commented on a change in pull request #4842: [AIRFLOW-4014] Change DatastoreHook and add tests URL: https://github.com/apache/airflow/pull/4842#discussion_r262942529 ## File path: airflow/contrib/hooks/datastore_hook.py ## @@ -80,45 +103,55 @@ def commit(self, body

[GitHub] [airflow] mik-laj commented on a change in pull request #4842: [AIRFLOW-4014] Change DatastoreHook and add tests

2019-03-06 Thread GitBox
mik-laj commented on a change in pull request #4842: [AIRFLOW-4014] Change DatastoreHook and add tests URL: https://github.com/apache/airflow/pull/4842#discussion_r262881218 ## File path: airflow/contrib/hooks/gcp_api_base_hook.py ## @@ -131,7 +131,7 @@ def _get_access_tok

[GitHub] [airflow] mik-laj commented on a change in pull request #4842: [AIRFLOW-4014] Change DatastoreHook and add tests

2019-03-06 Thread GitBox
mik-laj commented on a change in pull request #4842: [AIRFLOW-4014] Change DatastoreHook and add tests URL: https://github.com/apache/airflow/pull/4842#discussion_r262879681 ## File path: airflow/contrib/hooks/datastore_hook.py ## @@ -80,45 +103,55 @@ def commit(self, body

[GitHub] [airflow] mik-laj commented on a change in pull request #4842: [AIRFLOW-4014] Change DatastoreHook and add tests

2019-03-06 Thread GitBox
mik-laj commented on a change in pull request #4842: [AIRFLOW-4014] Change DatastoreHook and add tests URL: https://github.com/apache/airflow/pull/4842#discussion_r262879150 ## File path: airflow/contrib/hooks/datastore_hook.py ## @@ -19,58 +19,81 @@ # import time + f