Pat Patterson

Results 65 comments of Pat Patterson
trafficstars

Looks good - thanks! One minor nit - function names should start with lower case, so could you change ContinueSession and RefreshToken to continueSession and refreshToken respectively? Also, we need...

Check the API name of the 'Contact Email' field. Your other custom fields have the `zqu__` prefix. I'm guessing your query should be ``` $query = 'Select Name, zqu__BillToContact__c, zqu__BillToContact__r.Email,...

Thanks for the pull request. I'm out at Dreamforce this week, but I'll take a closer look at this as soon as I can.

This will occur when another user has the record locked for modification. Since you can't do 'SELECT ... FOR UPDATE' via the REST API, I think the best you can...

Curious as to why you opened this and almost immediately closed it, @rockwellpancino?

> I've written up my own handler for these superlarge results, and can provide it if need be. That would be awesome - we welcome pull requests!

Hi @bitsondatadev - this works for me in the `trino-b2` tutorial: ```yaml hive-metastore: image: 'apache/hive:4.0.0' hostname: hive-metastore ports: - '9083:9083' # Metastore Thrift volumes: - ./conf/core-site.xml:/opt/hadoop/etc/hadoop/core-site.xml:ro - ./conf/metastore-site.xml:/opt/apache-hive-metastore-4.0.0-bin/conf/metastore-site.xml:ro environment: SERVICE_NAME:...

See https://github.com/bitsondatadev/trino-getting-started/pull/50

Hi @ncw - just checking in - do I need to do anything more to move this forward?