We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6465ba3 commit 894bd1fCopy full SHA for 894bd1f
1 file changed
lib/gooddata/models/project.rb
@@ -298,10 +298,7 @@ def deploy_process(path, options = {})
298
# @return [Hash] Result of executing DML
299
def execute_dml(dml)
300
uri = "/gdc/md/#{pid}/dml/manage"
301
- result = GoodData.post(uri,
302
- manage: {
303
- maql: dml
304
- })
+ result = client.post(uri, manage: { maql: dml })
305
polling_uri = result['uri']
306
307
client.poll_on_response(polling_uri) do |body|
0 commit comments