Skip to content
#

pipeline

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

Aylr
Aylr commented Dec 28, 2020

Describe the bug
data docs columns shrink to 1 character width with long query

To Reproduce
Steps to reproduce the behavior:

  1. make a batch from a long query string
  2. run validation
  3. render result to data docs
  4. See screenshot
    <img width="1525" alt="Data_documentation_compiled_by_Great_Expectations" src="https://user-images.githubusercontent.com/928247/103230647-30eca500-4
kedro
datajoely
datajoely commented Oct 6, 2021

Description

In Kedro Viz 3.14.0 we released the ability to automatically reload viz as the user types their code. The full PR for this can be seen here. Whilst this is documented on the kedro-viz github, it's not mentioned anywhere in the core documentation.

Possible Implementation

It would make sense to add the following g

cgardens
cgardens commented Oct 4, 2021

Tell us about the problem you're trying to solve

In anticipation of the Cloud launch we completed this issue: airbytehq/airbyte#6628 which enforces that the connectors in Cloud are exactly the connectors we want to expose.

One edge case that we may want to handle more gracefully going forward is the case when a connector is in cloud and has a connection (and or sou

jx
msvticket
msvticket commented Nov 2, 2018

Summary

When creating docker images for Java applications in the current setup in Jenkins-X the application and all dependencies are all placed in one jar file, meaning it will be in one layer in the docker image.

This means that when new versions of the application are created the unchanged dependencies can't be reused.

It would be a great enhancement if the application code where p

timbaileyjones
timbaileyjones commented Aug 12, 2019

While testing another PR, I found that mu pipeline logs command displays information from the pipelines, but also shows this error:

$ mu pipeline logs
[... normal, expected output ...]
func1 ▶ ERROR  ResourceNotFoundException: The specified log group does not exist.
	status code: 400, request id: f7260741-7f69-4772-b4cc-7c6a9c22d264

This error does not occur with the `-f

Improve this page

Add a description, image, and links to the pipeline 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 pipeline topic, visit your repo's landing page and select "manage topics."

Learn more