The Wayback Machine - https://web.archive.org/web/20211019043918/https://github.com/topics/data-modeling
Skip to content
#

data-modeling

Here are 320 public repositories matching this topic...

dbt-core
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

tellery
domechn
domechn commented Aug 9, 2021

In normal mode, the cookie in the browser is cleared when the user logs out.
In anonymous mode, users cannot actively log out.

The current approach is to call the isAnonymous function directly in router.ts to determine whether it is in anonymous mode.

But in fact, we have implemented AnonymousUserService, and we can implement the logic of logout in UserService and AnonymousUserSe

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
cmungall
cmungall commented Sep 29, 2021

As per https://clig.dev/ we should have a --version flag on generator and other commands. This should display the linkml version - perhaps also runtime.

not sure how to implement this:

>>> import linkml
RDFLib Version: 5.0.0
>>> linkml.__version__
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'linkml' has no attribute '__ver
akphi
akphi commented Aug 12, 2021

🚀 Feature Request

If a user has a lot of projects, it will take a very long time to get all of them on the home page. We should allow typeahead.

Motivation

Refer to how we do project dependency typeahead. There are several requirements:

  • When search string length <= 3 make a normal search with limit = 10
  • Always make a limit = 10 call

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