Rob Rudin

Results 152 comments of Rob Rudin

Not sure if this is relevant - using SQLAlchemy 1.4.25 and sqlalchemy-bigquery 1.3.0, when I run this: from sqlalchemy_bigquery import BigQueryDialect str(sql.compile(dialect=BigQueryDialect)) I get this error: AttributeError: type object 'BigQueryDialect'...

If this is really an issue for https://github.com/googleapis/python-bigquery-sqlalchemy , I'm happy to move it there too.

Pinging @yasht2010 - this is a valid request and something we could certainly support. @lukasz1234567890 - how would you want to achieve this? One approach I have in mind is...

Thanks @lukasz1234567890 - does a new step option that allows you to specify a module path for customizing job/batch documents sound like it would work for you? e.g. (very tentative...

Thanks @KrystianPlackowski - are you creating an XQuery custom step via hubCreateStepDefinition? Doing that results in the main function being in an SJS library, which then calls a main function...

Got it, thanks - we know that the XQuery developer experience is not well-documented for DHF 5, and so what you're doing makes sense. I understand the frustration too -...

I just reproduced this issue, but I'm also curious - once I added a 3rd argument, I then get the following error: ``` "{\"stack\":\"XDMP-NOTANODE: (err:XPTY0019) $content/value ``` My step definition...

What user are you testing with? If it's the admin user, you're likely running into this - http://docs.marklogic.com/guide/relnotes/chap4#id_45674 Prior to 5.2.0, your TDE likely did not have any roles assigned....