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.

Core functionality missing

See original GitHub issue

Overview

Hi there! 👋🏻

While using frictionless we found out, we are missing few core functionalities:

  • field-merge
  • field-pack
  • field-rename Especially first is cumbersome, as we wanted to create geometry column by merging teo columns. Workaround is to field-add and use formula to do so, however this is not working in declarative way (that’s is our desired way how to have it in our infrastructure).
  • Package functionality (write package = write all resources that it has, do something to all Resources, …)

And one question - when we can expect Storage API?

The Storage concpet is responsible for reading and writing data package from dataset source like CKAN, SQL, or others. Currently, the Storage API is not yet finished so you can try reading the codebase and implement your own storage but you need to be ready for some changes to the API that might come.


Please preserve this line to notify @roll (lead of this repository)

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
rollcommented, May 5, 2022

I add a few new feature requests to handle separately:

1reaction
rollcommented, May 5, 2022

Regarding steps.field_rename:

  • is it the same as steps.field_update(new_name='new')?
Read more comments on GitHub >

github_iconTop Results From Across the Web

missing function: · Issue #8335 · emscripten-core ... - GitHub
Since switching from 1.38.18 to 1.38.30, I get a bunch of "missing function" from GL functions that were perfectly fine right before I...
Read more >
query a db function using ef core? - Stack Overflow
I have tried a LOT of samples from different websites, so it's for the lack of trying (I'm new to ef (and ef...
Read more >
.NET Framework technologies unavailable on .NET Core and ...
Learn about .NET Framework technologies that are unavailable on .NET Core and .NET 5 and later versions.
Read more >
Current 2D Renderer's missing core features - Unity Forum
Current 2D Renderer's missing core features · 1. Emissive Channel - This is MUST have for any 2D or 3D rendering pipeline. ·...
Read more >
How to fix "The following module is missing from the file ...
Enable devel module and on the administrative interface go to /devel/config, edit core.extension delete missing module entry. Use the point-and-click, ...
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