question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Parent/Child Models not populating

See original GitHub issue

I’m not seeing anything populating under Parent/Child Models. Here is the error that I’m seeing in the console:

[Extension Host] stack trace: Error: Illegal argument: pattern at y (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:5:1247) at new qt (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:84:47358) at new qt (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:84:17955) at h.createTargetFolderWatcher (/Users/username/.vscode/extensions/innoverio.vscode-dbt-power-user-0.5.12/dist/extension.js:2:279286) at h.<anonymous> (/Users/username/.vscode/extensions/innoverio.vscode-dbt-power-user-0.5.12/dist/extension.js:2:278717) at Generator.next (<anonymous>) at /Users/username/.vscode/extensions/innoverio.vscode-dbt-power-user-0.5.12/dist/extension.js:2:293629 at new Promise (<anonymous>) at Module.h (/Users/username/.vscode/extensions/innoverio.vscode-dbt-power-user-0.5.12/dist/extension.js:2:293374) at h.onProjectConfigChanged (/Users/username/.vscode/extensions/innoverio.vscode-dbt-power-user-0.5.12/dist/extension.js:2:278177) at /Users/username/.vscode/extensions/innoverio.vscode-dbt-power-user-0.5.12/dist/extension.js:2:277979 at l.fire (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:64:1712) at h.<anonymous> (/Users/username/.vscode/extensions/innoverio.vscode-dbt-power-user-0.5.12/dist/extension.js:2:268722) at Generator.next (<anonymous>) at /Users/username/.vscode/extensions/innoverio.vscode-dbt-power-user-0.5.12/dist/extension.js:2:293629 at new Promise (<anonymous>) at Module.h (/Users/username/.vscode/extensions/innoverio.vscode-dbt-power-user-0.5.12/dist/extension.js:2:293374) at h.refresh (/Users/username/.vscode/extensions/innoverio.vscode-dbt-power-user-0.5.12/dist/extension.js:2:268400) at h.<anonymous> (/Users/username/.vscode/extensions/innoverio.vscode-dbt-power-user-0.5.12/dist/extension.js:2:266956) at Generator.next (<anonymous>) at /Users/username/.vscode/extensions/innoverio.vscode-dbt-power-user-0.5.12/dist/extension.js:2:293629 at new Promise (<anonymous>) at Module.h (/Users/username/.vscode/extensions/innoverio.vscode-dbt-power-user-0.5.12/dist/extension.js:2:293374) at h.tryRefresh (/Users/username/.vscode/extensions/innoverio.vscode-dbt-power-user-0.5.12/dist/extension.js:2:266899) at u.<anonymous> (/Users/username/.vscode/extensions/innoverio.vscode-dbt-power-user-0.5.12/dist/extension.js:2:273583) at Generator.next (<anonymous>) at o (/Users/username/.vscode/extensions/innoverio.vscode-dbt-power-user-0.5.12/dist/extension.js:2:293431) at processTicksAndRejections (internal/process/task_queues.js:93:5) I @ workbench.desktop.main.js:sourcemap:75

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mdesmetcommented, Feb 23, 2022

It seems a different issue then the original issue. You seem to be using insiderds vscode. May be that there is a mspython update coming that breaks some feature we rely upon.

0reactions
stevekaesercommented, Mar 16, 2022

This appears to be fixed for me now. Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

'populate' and working with parent / child models in Mongoose ...
I have a pretty simple setup where I'm trying to populate my Mongoose JSON responses with all Comments that belong ...
Read more >
Populating a Django Model Subclass from a Parent Table
The parent model, Place , will contain entries for every Restaurant and Store , and may contain entries not linked to either of...
Read more >
[Flask] Populating child models with parent model Fields in Views
Hi, I need to populate model fields from parent model fields with ForeignKey relation. Following is the example: class Parent(db.
Read more >
Setting child lookup values to parent lookup value...
I have a couple of lookup fields and a choice field I would like to have populated based on the parent value. I...
Read more >
Include Child Fields in a Parent Object - Skuid Docs
This latter field is drawn not from the accounts object, but from a cases object. Assumptions. Note. This tutorial assumes you have a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found