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

data

Here are 6,662 public repositories matching this topic...

sheetjs
LightDvlpr
LightDvlpr commented Jul 26, 2020

when running make rhinojs fails due to a missing cp command

cp rhino/buildGradle/libs/rhino*.jar rhino.jar
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file target_file
       cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file ... target_directory
make: *** [rhino.jar] Error 64

Issue was resolved by manually copying one of the jars

`cp rhino/buildGradle/libs/r

thadguidry
thadguidry commented Sep 5, 2020

Pressing ENTER key has no effect on dialog for adding a new column containing entity identifers (from the Reconcile menu)

To Reproduce

Steps to reproduce the behavior:

  1. Reconcile a few cells in a column (already done, see attached OpenRefine project to import)
  2. On Species column, choose Reconcile -> Add entity identifiers column
  3. Type in a new column name into the input box and p
yangju2011
yangju2011 commented Aug 10, 2020

I am aggregating some events for 7 days from a partitioned table, and want to use mockTable for integration tests of my SQL.
SELECT flight_id AS flightId, campaign_id AS campaignId, ad_format FROM ad-selfserve.ad_platform_services.clean_flights_* WHERE _TABLE_SUFFIX >= $START_DATE AND _TABLE_SUFFIX < $END_DATE)

tests:
`
val CLEAN_FLIGHTS_TABLE_REF = "ad-selfserve:ad

Improve this page

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

Learn more

You can’t perform that action at this time.