Skip to content
#

data-modeling

Here are 365 public repositories matching this topic...

augur
jberkus
jberkus commented Aug 16, 2021

The way it is now:

If collecting commit data fails due to a git checkout error (e.g. permissions error on the repo directory, missing git executable, etc.), the Repo nevertheless gets marked as "Update" and no attempt is made to ever check out the repo again.

The way it should be:

If a worker can't check out a git repo, or can't extract data from it, it should keep retrying until the situ

server workers good first issue devops
tlento
tlento commented Apr 7, 2022

Describe the bug
In #17 we encountered an issue where the model validation tests failed non-deterministically due to an in-place mutation of the simple model we use for most of our tests resulting in the wrong exception being thrown. The short term issue was addressed in #18, but this was a quick hack patch rather than a holistic solution.

Steps To Reproduce

  1. Find all of the locatio
bug good first issue
fal
turbo1912
turbo1912 commented Feb 4, 2022

faldbt object already has access to the manifest; we need to pass it here in the exec method. We probably want to pass the dbt manifest directly rather than the fal wrapper as we dont want the fal wrapper to be our public api.

https://github.com/fal-ai/fal/blob/8f17b4f32c96f8d3e2fbb1534ccebca3a9276bcf/src/fal/run_scripts.py#L22-L47

feature request good first issue
linkml
cmungall
cmungall commented Mar 21, 2022

File "/Users/cjm/Library/Caches/pypoetry/virtualenvs/linkml-performance-test-X1kqiD32-py3.9/lib/python3.9/site-packages/linkml/generators/pydanticgen.py", line 186, in serialize
pyschema = SchemaDefinition(id=schema.id, name=schema.name, description=schema.description.replace(""", "\""))
AttributeError: 'NoneType' object has no attribute 'replace'

bug good first issue

GraphQL Blueprint: a software developer tool for engineers that want to quickly generate React/Express, Apollo and GraphQL boilerplate code using a data modeling interface. Watch your queries, mutations, and schema update in realtime with our code preview feature and finally, export it when you're ready to begin building the rest of your app!

  • Updated Aug 19, 2021
  • JavaScript
akphi
akphi commented Nov 11, 2021

Similar requests

  • I have searched and found no existing similar requests

How are you using Studio?

Legend Studio

What problems are you trying to solve?

Right now, Studio allows users to make duplication mistakes without any sort of warnings because we rely on engine to throw compilation errors, however, this does not seem to be the case (but that's a separate issue that w

good first issue Type: Feature Request Studio Core Team Component: Graph Manager

Improve this page

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

Learn more