cube
Here are 226 public repositories matching this topic...
When specifying a model, if I add some attributes that don't exist in my dataset I get no warnings or errors. To reproduce, you can use the sample model.json file in examples/hello_world folder:
"mappings": {
"item.line_item": "line_item",
"item.subcategory": "subcategory",
"item.subcategory_label": "s
Issue details
Mission Planner documentation page describes that HDOP values can be changed from 100 to 900, but the GPS_HDOP_GOOD parameter is not listed in the config> full or advance parameter.
Did this parameter got replaced with something else, and documentation is lagging behind?
Version
1.3.7
Platform
[ ] All
[ ] AntennaTracker
[ ] Copter
[X ] Plane
[ ] Rove
-
Updated
Sep 28, 2019 - Python
The readme is currently in Markdown, so I could continue using that. Though I'm more familiar with reStructuredText and that's what readthedocs uses. I can write docs in either format though.
I mostly want to write docs to learn the ins and outs of the library better.
Is your feature request related to a problem? Please describe.
In order to simplify the debug of Polycube we should document how it can be run in debug mode.
Hint:
- Enable the debug (https://stackoverflow.com/questions/7724569/debug-vs-release-in-cmake) and then use gdb gdb --args polycubed (don't forget to install after compiling)
-
Updated
Feb 23, 2018 - C#
I'm trying to include an NBi test project in a Visual Studio Team Services pipeline. I create a project locally using the bootstrapper, upload it to Git and I get the following output:
2018-08-06T08:56:51.7007856Z ##[section]Starting: Run Test Scenarios
2018-08-06T08:56:51.7017845Z ==============================================================================
2018-08-06T08:56:51.7018173Z
-
Updated
Dec 21, 2017 - C#
-
Updated
Nov 14, 2019 - Java
-
Updated
Jun 19, 2018 - C++
-
Updated
May 20, 2020 - Python
Add the Cube.Pdf.Ghostscript.TiffConverter class that inherits the ImageConverter. The class will especially implement the multipage TIFF image format. Tiff file formats of the Ghostscript API is as follows:
Currently, aggregation and resampling methods are part of the data cube view. This has the following disadvantages:
- Methods cannot be specified per band.
- Reusing data cube views for different datasets might be limited if both datasets require different methods.
It would be much cleaner to define aggregation and resampling methods as parameters to the image_collection_cube class. The
-
Updated
May 27, 2020 - PHP
-
Updated
Aug 5, 2019 - C#
-
Updated
Nov 28, 2017 - Java
-
Updated
May 21, 2019 - C#
-
Updated
May 13, 2020 - Java
-
Updated
Mar 15, 2020 - TypeScript
Is your feature request related to a problem? Please describe.
We need description field for serious dimension and measure description explain users useful informations. ATM description is used for differentiate
Describe the solution you'd like
Opt1. extend table metabase_field column name eg.
- dimension.Warehouse.linecount
- measure.Warehouse.docdate
Opt2. extend field meta
Improve this page
Add a description, image, and links to the cube topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cube topic, visit your repo's landing page and select "manage topics."
If I were to deploy cube.js using AWS serverless architecture, is athena required?
The docs https://cube.dev/docs/deployment#serverless do not mention whether Athena is optional or required. But when reading it, I assume it is required because there are athena keys in the serverless.yml config. I'm evaluating the idea of using Postgres RDS as the sole datasource for cubejs.