Rob Rudin

Results 38 issues of Rob Rudin

I am working on a Roxy app that uses the Roxy rewriter. Each rewrite rule uses either the query-router or update-router. I'm trying to use taskbot (which is a very...

**Is your feature request related to a problem? Please describe.** I'm back again, after submitting #474 and #476, as we're trying to shift from using pd.read_sql_query to using pandas_gbq.read_gbq ....

type: feature request
api: bigquery

**Is your feature request related to a problem? Please describe.** This is related to #474 , as we try to migrate from pandas.read_sql_query to either pandas.read_gbq or pandas_gbq.read_gbq. The issue...

type: feature request
api: bigquery

**Is your feature request related to a problem? Please describe.** We're currently using SqlAlchemy to read data from BQ. I've tested read_gbq, and it's roughly an order of magnitude faster....

type: feature request
api: bigquery

The [pytest_tavern_beta_before_every_request hook](https://tavern.readthedocs.io/en/latest/basics.html#before-every-request) is very handy for logging each request as a test runs. But endpoint URLs aren't always that self-documenting, sometimes leaving the developer thinking - hmm, I wonder...

#609 calls out that it can be confusing to know what ml-gradle task to attach a custom task to. An assumption is often made that a task such as `mlDeploy`...

documentation

The alerting example project shows how to do this, but need to tie that into a page about CPF.

documentation

Sample code courtesy of @derms ``` task initHosts(type: com.marklogic.gradle.task.MarkLogicTask) {     doLast{         def hostManager = new com.marklogic.mgmt.resource.hosts.HostManager(manageClient)         def key = findProperty("mlLicenseKey")         def licensee = findProperty("mlLicensee")         hostManager.hostNames.each{ hostname ->             println "Init ${hostname}...

1. What version of Python are you using? Python 3.9.9 2. What operating system and processor architecture are you using? macOS-11.6.2-x86_64-i386-64bit 3. What are the component versions in the environment...

bug
needs triage