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

27 Коммитов

Автор SHA1 Сообщение Дата
Alex Kyllo ab45615312 fix and resubmit to CRAN 2022-12-20 21:13:22 -08:00
Alex Kyllo 8527843af4 export() as S3 generic for tbl_kusto and kusto_database_endpoint 2022-12-20 13:46:58 -08:00
Alex Kyllo cf404d4375 S3 method for export and more README examples 2022-12-20 12:49:16 -08:00
Alex Kyllo 66ee6d0550 add export() function 2022-12-20 07:53:23 -08:00
Hong Ooi c6a04dbd3c switch to Github Actions 2020-10-15 09:15:28 +11:00
Alex Kyllo ad80731e80
Update README.md
Remove the example device code from the README sample because it has confused a few people
2020-09-04 08:38:06 -07:00
Alex Kyllo 503e1b2349 add group_vars method impl for compatibility with dplyr 1.0.0 2020-04-26 21:44:32 -07:00
Hong Ooi b695bf3197 switch to Azure Pipelines 2019-08-16 19:17:35 +10:00
Hong Ooi b367d5d1b3 add hexagon, rebranding 2019-08-03 13:33:33 +10:00
Hong Ooi 496dd1a26a tidy for cran 2019-07-06 02:32:48 +10:00
Hong Ooi 18973bc63a repo change 2019-05-23 10:02:13 +10:00
Alex Kyllo 3aaae9f120
Update README install instructions
Add note that AzureKusto is now available on CRAN
2019-04-25 07:56:11 -07:00
Alex Kyllo 51a32900a8
Add badges to README.md
Add CRAN package link badge, downloads/month badge, and TravisCI build badge
2019-04-25 07:54:18 -07:00
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