workflow Questions

1

Solved

In Prefect, suppose I have some pipeline which runs f(date) for every date in a list, and saves it to a file. This is a pretty common ETL operation. In airflow, if I run this once, it will backfill...
Thornton asked 14/8, 2020 at 19:37

1

Solved

I am trying to make auto- or semi-auto versioning into GitHub. I looked into the automation release workflow possibilities and it doesn't seem like anything standard for GitHub. I want to have an...
Oven asked 15/11, 2019 at 14:51

2

I want to start doing some of my coding by voice recognition software (maybe 10-20% of the work I do). I've seen that some people have had success with Dragon Natural Speaking (DNS) software, but...
Jaquiss asked 20/5, 2013 at 4:20

1

Solved

I am firsttime working on Github Action for setting up CI/CD workflow in Android I have an existing Python script which generates Change log as HTML String out put. I wanted to use that in github...

3

I usually work with .NET using Git for versioning. In my team, we work in parallel and we often commit our code to integrate in the application. Everything is fine BUT the Visual Studio's solution ...
Korea asked 2/2, 2014 at 14:51

3

The git clone --depth command option says --depth <depth> Create a shallow clone with a history truncated to the specified number of revisions. A shallow repository has a number of limitat...
Misdemeanor asked 1/8, 2011 at 14:43

4

Solved

Is there a way to have a Webhook fire whenever a branch is updated in Git/Gitlab? I am trying to set up a Development Workflow. The original idea was to have a repository for each coding phase - ...
Persevering asked 24/3, 2017 at 5:44

2

When using the magic cell %%writefile, it seems that ipython treat the content of the cell as plain txt and will not execute it. Is there any way to run the code in the cell and then automatically...
Drumstick asked 27/10, 2015 at 1:43

1

Solved

Argo permits the dynamic generation of parallel workflow steps based on outputs from previous steps. An example of this dynamic workflow generation is provided here: https://github.com/argoproj/arg...

2

Solved

I am exploring Argo to orchestrate processing big data. I wish to kick off a workflow via REST call that divides a large data set among a number of machines with desired resources for processing. F...
Addictive asked 27/2, 2019 at 18:46

1

Solved

As a part of a TDD workflow, I want to be able to check if my Java codebase compiles, but not if the tests pass. Currently, if I run gradle build it runs the compile tasks (for source and tests) a...
Coss asked 7/2, 2020 at 10:51

2

Our development team has been using git for version control and using git-annex to store large binary files (data-binaries, images, test-binaries etc). Although we have been able to set it up and u...
Microscope asked 20/12, 2014 at 17:12

4

Solved

Yesterday I kicked off an oozie workflow. It started two jobs that stalled all day. I killed them this morning, having made a change that I now want to test. After killing the two jobs it's like th...
Quiteris asked 23/8, 2012 at 17:0

0

I am looking for some alternatives to MS Flow/Power-Automate to save money. How are these two solutions different? Advantages of each? Downsides? https://elsa-workflows.github.io/elsa-core/ and ...

2

Solved

I often add some debug code while developing so I need to remove these changes later. Currently, I check the git diff and remove the changes manually or just type git checkout -- myfilename if I ...
Anaclinal asked 25/4, 2014 at 14:30

2

Why do we need special software like Uber's Cadence or Camunda or Activiti? If it's just a sequence of tasks then why can't we just code it? I've trying to read Camunda and Cadence's docs and just ...
Legalize asked 18/11, 2019 at 4:44

1

Solved

I am trying to configure a github workflow, I have managed to configure it on push event. However what if I need it to run on after a time period has passed? What I have understood from the docume...
Azine asked 11/11, 2019 at 9:40

9

Solved

I'm doing a comparison among all existing BPMN 2.0 Process Engines e.g. Activiti, jBPM etc. I've prepared a list of 4 process engines which executes BPMN 2.0 given below; Popular BPMN 2.0 complian...
Sturtevant asked 18/7, 2012 at 9:28

1

Solved

Currently comparing DAG-based workflow tools like Airflow and Luigi for scheduling generic docker containers as well as Spark jobs. Can Apache Oozie run generic Docker containers through its shel...
Slier asked 28/1, 2019 at 1:2

5

Solved

When I run git remote -v in one of my Git repositories that has a remote(s) configured, I see that each remote has both fetch and push specs: $ git remote -v <remote-name> ssh://host/path/to...
Woodworth asked 26/9, 2011 at 13:53

6

Solved

I'm currently evaluating the MSF for CMMI process template under TFS for use on my development team, and I'm having trouble understanding the need for separate bug and change request work item type...
Dapper asked 7/8, 2008 at 21:17

1

I don't now if a lot of you have already tested the symfony workflow component but I hope some of you have :) So, I am using this component on two objects and I want the first object to update the...
Crape asked 4/1, 2017 at 15:3

3

Solved

Synopsis I'm developing a web application to learn Django (python 3.4 & Django 1.6.10). The web app has complex and often updated workflows. I decided to integrate the Django-Viewflow library ...
Leveridge asked 26/2, 2015 at 4:2

2

I am using Luigi for my workflow. My workflow is divided into three general parts - import, analysis, export. Within each part, there are multiple Luigi tasks. I could have everything in a single ...
Evans asked 20/10, 2016 at 18:8

8

Solved

I'm a team leader in our web development company, and I'd like to implement Git workflow in our team. Reading documentation and articles I've found the following structure good for us: We have a r...
Podgy asked 13/2, 2013 at 23:34

© 2022 - 2024 — McMap. All rights reserved.