Skip to content
#

workflow

Here are 2,530 public repositories matching this topic...

turbaszek
turbaszek commented Nov 22, 2020

Description

While installing apache-airflow[google] may suggest that we will install some google-related packages. It's less obvious what gets installed when users use all, devel, devel_ci or all_dbs.

Use case / motivation

Having a short note in documentation about the "non obvious" extras may reduce confusion and will help users understand what is installed when the ext

swierh
swierh commented Nov 19, 2020

Current behavior

When running the jupyter.jupyter.ExecuteNotebook task with output_format='html' the default settings for the HTMLExporter are used. There is no way to pass arguments to this exporter.

Proposed behavior

Allow passing arguments to the HTMLExporter.

Implementation suggestion

Something like html_exporter = nbconvert.HTMLExporter(**exporter_kwargs) on the

roeap
roeap commented Nov 17, 2020

This is just a minor stylistic thing. It seems in the referenced line and the next one two local constants are defined but in the respective places in the code, numeric values are used instead of the defined constants.

https://github.com/dagster-io/dagster/blob/ef416c9d01af916245f61617a48d1ff897435b42/python_modules/libraries/dagster-databricks/dagster_databricks/solids.py#L7

Sorry, I accide

SuiteCRM
martinjaime
martinjaime commented Sep 14, 2017

Had the branch ancestry:

branch-1
  branch-2-bug-fix
    branch-3

All three branches had an open PR. branch-2-bug-fix‘s PR was a duplicate of a fix that someone else had already put in and merged at the same time. I closed the PR on branch-2-bug-fix and ran git town kill on that branch.

I was expecting it to change the base branch of branch-3‘s PR but instead it closed it

Improve this page

Add a description, image, and links to the workflow topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the workflow topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.