Граф коммитов

14 Коммитов

Автор SHA1 Сообщение Дата
Alex Kyllo 60e7721f44 Vignette (#46)
* start vignette

* draft vignette

* start vignette

* draft vignette

* update copyright year to 2018-2019

* remove author line from vignette

* update readme, desc

* oops
2019-04-16 15:00:19 +10:00
Hong Ooi ddb5404268 update readme 2019-04-16 04:49:08 +10:00
hong-revo d53cb0eb9f update install instructions 2019-03-01 20:28:15 +11:00
Hong Ooi 2a762ef12b Support common tenant (#38)
* support common tenant

* document

* update readme

* add missing ... arg
2019-02-22 07:55:59 -08:00
Hong Ooi 7394245d58
Escape identifiers with [' '] (#35)
* fix #33: don't escape join type
* fix #32: escape lhs of mutate, rename, summarise exprs
* close #34: add print method
* add dplyr integration testing
* changes to tbl_kusto_abstract and simulate_kusto
* fix for escaping table names when table name is a Kusto function call
2019-02-22 13:24:26 +11:00
Hong Ooi dc2554f494 Ingest (#26)
* ingestion endpoint start

* combine query and ingest endpoints

* implementing

* adls2

* rm stray return

* fold run_query, run_command into 1

* add docs

* satisfy check()

* rename back to run_query

* ingestion working

* add adls2 abfss check

* rm stray ...

* fleshing out local ingest

* streaming ingest

* document

* fixup

* shorten function names

* all ingest methods

* hide import from check

* make sure AzureStor is present before loading it

* partial matching wart

* throw error if given blob token

* add ingest_adls1

* fixing streaming ingest

* rm refs to ingestion uri

* local ingest working

* ingestion tests seem ok

* rm print

* update readme

* don't hide ingest result

* fix collect()

* write.csv -> write.table

* escaping strings

* fix ingest_inline
2019-02-06 08:37:08 -08:00
Alex Kyllo ce8979cd94 Parameterized queries (#22)
* add query parameter handling

* make query params work with tbl_kusto

* various fixups
2019-01-31 04:58:48 +11:00
hong-revo e1a4827127 interface is dplyr, implementation is dbplyr 2019-01-27 18:51:07 +11:00
Hong Ooi 131c3a4509 Query props (#14)
* init query option passing

* better

* whoops

* adding documentation

* doc fixups

* integer64 flag

* rm rappdirs

* make bit64 optional

* docs

* don't attach dplyr in testing

* update README example for integer64 change

* don't support dynamic json for now

* rm comment block

* add .env and test-creds to gitignore

* remove other integer64 example from readme
2019-01-23 08:51:33 -08:00
Hong Ooi 3632a0fbf7
database endpoint revision (#9)
Major changes:
* Allow get_kusto_token to use own app
* Warn that federated login is unsupported
* Integration tests
* Refactoring
2019-01-16 23:04:19 +11:00
Alex Kyllo 8e2ed2ee45 Allow cluster URIs without location specification. Make n() translate to count() instead of count. Add basic usage examples to README. 2019-01-14 10:40:53 -08:00
hong-revo 6d33a1e635 update readme 2019-01-09 18:08:43 +11:00
hong-revo b93e5e29aa initial commit 2018-12-11 14:05:23 +11:00
Hong Ooi e2e7533e9a
Initial commit 2018-12-11 13:12:06 +11:00