data-pipeline Questions
3
Solved
I'm learning Airflow and have a simple question. Below is my DAG called dog_retriever:
import airflow
from airflow import DAG
from airflow.operators.http_operator import SimpleHttpOperator
from air...
Spiculate asked 10/10, 2017 at 21:39
1
I have a luigi task that performs some non-stable computations. Think of an optimization process that sometimes does not converge.
import luigi
MyOptimizer(luigi.Task):
input_param: luigi.Param...
Afton asked 4/5, 2020 at 16:4
2
Solved
I'm trying to run my python dataflow job with flex template. job works fine locally when I run with direct runner (without flex template) however when I try to run it with flex template, job stuck ...
Kippy asked 13/11, 2020 at 0:14
2
Solved
Trying to understand dvc, most tutorials mention generation of dvc.yaml by running dvc run command.
But at the same time, dvc.yaml which defines the DAG is also well documented. Also the fact that ...
Gaseous asked 16/6, 2021 at 14:19
4
Solved
Tensorflow seems to lack a reader for ".npy" files.
How can I read my data files into the new tensorflow.data.Dataset pipline?
My data doesn't fit in memory.
Each object is saved in a separate ".n...
Unbalance asked 20/2, 2018 at 16:8
1
Solved
I was trying AWS Glue to migrate our current data pipeline from python scripts to AWS Glue . I was able to setup a crawler to pull the schema for the different postgres databases . However, I am fa...
Sweatbox asked 11/12, 2018 at 3:54
1
Solved
I am new to luigi, came across it while designing a pipeline for our ML efforts. Though it wasn't fitted to my particular use case it had so many extra features I decided to make it fit.
Basically...
Woollen asked 26/6, 2018 at 15:51
1
Solved
There is possibility to dump DynamoDb via Data Pipeline and also import data in DynamoDb. Import is going well, but all the time data appends to already exists data in DynamoDb.
For now I found wo...
Carroty asked 17/2, 2017 at 16:4
1
© 2022 - 2024 — McMap. All rights reserved.