Code Monkey home page Code Monkey logo

laravel-big's People

Contributors

jamesmowatt avatar lymelight avatar medalink avatar prologuejesse avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

laravel-big's Issues

Issue in loading config values

In vendor/prologuetech/big/src/Big.php , env values are not getting loaded .. !

$googleService = new ServiceBuilder([
				'keyFilePath' => config('prologue-big.big.auth_file'),
				'projectId'   => config('prologue-big.big.project_id'),
			]);

resulting in this error

Google \ Cloud \ Core \ Exception \ GoogleException
No project ID was provided, and we were unable to detect a default project ID.

It was able to execute properly after we copied the '/vendor/prologuetech/big/config/prologue-big.php' file to '/config/prologue-big.php'

is this an issue or any other mistakes in installing/loading the package causing this ? Please guide

Handling of insertId's is causing false-positives

The following line of code is checking in_array() to check for existence of an ID. This is actually checking the values rather than the keys for the value. Would prefer an array_key_exists use here which would resolve the issue and allow a record with non-ID to work as intended.

if (in_array('id', $item)) {

Cannot run drop table command

Hi,

Whenever I do something like: $big->run("DROP TABLE IF EXISTS myproject_id.my_dataset_id.my_table_name"); it will give an error message like this: ErrorException: Undefined index: schema in /var/www/html/laravel/vendor/google/cloud/BigQuery/src/QueryResults.php:162

All I want is to be able to drop a table if it exists or using 'CREATE OR REPLACE TABLE' DDL statement for the "createFromModel" method. Any explaination / guide is much appreciated, thank you!

Unclear documentation

Hi documentation should be updated .. // Create our BQ helper
$big = new Big(); instantiating this into the controller is not allowed. do we need to add use on top?

Tag latest release

Is it possible to tag your latest changes that update the Google Client library version? We need access to runJob on the table and currently the dependancies don't pull it through. I'm grabbing dev-master for now but I'd prefer to grab a tag rather than the master branch.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.