Skip to content
#

data

Here are 10,662 public repositories matching this topic...

sheetjs
giulioturetta
giulioturetta commented Mar 20, 2022

On Windows, creating a project from a URL that contains the colon ":" character in the URL path throws an error related to the naming of a temporary directory/file.

To Reproduce

Steps to reproduce the behavior:

  1. Create a new project from a URL as protocol://domain/foo/:bar/foo
  2. Click on the Next button
  3. An error message is displayed that states "Error uploading data illegal char
bug good first issue import windows
sherifnada
sherifnada commented Apr 2, 2022

Tell us about the problem you're trying to solve

When building a connector, one of the most important requirements is to define the output schema of each stream in the connector. There are multiple ways of doing this:

  1. Transcribing the JSONSchema by hand based on reading API docs
  2. Using the API's OpenAPI spec to discern the schema. [Docs](https://docs.airbyte.com/connector-development/c
type/enhancement good first issue CDK
ST-DDT
ST-DDT commented Apr 5, 2022

Clear and concise description of the problem

The method provides a range of methods that are loosely related to each other.
Most users will usually require more specific data models or other property names.

Suggested solution

The method should be deprecated for removal similar to the card methods.

Alternative

Upgrade the method to create transactions for the current/recent/future

good first issue c: chore p: 1-normal s: accepted
altair
andbar-ru
andbar-ru commented Nov 25, 2021

Is your feature request related to a problem? Please describe.
In my opinion, it would be nice to have an option/flag to allow users to turn off line numbers. I am used to launch Altair with in not full-screen mode and have 3 columns: request, result and docs. Line numbers generally is useless and occupy valuable horizontal space.

Describe the solution you'd like
Checkbox "Show line n

Improve this page

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

Learn more