Derek Visch

Results 54 comments of Derek Visch

No one said must have! :D @RomanKhv feel free to submit a PR :)

> @visch , I am developing this feature and it is almost complete. Would you please mind if I ask you to test it and provide any early feedback? >...

Hit this today Example input data ``` { "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users(id,userPrincipalName,surname,employeeId,preferredLanguage,officeLocation,mobilePhone,mail,jobTitle,givenName,displayName,mailNickname,accountEnabled,department,ageGroup,assignedLicenses,assignedPlans,businessPhones,city,companyName,consentProvidedForMinor,country,creationType,deletedDateTime,employeeHireDate,employeeOrgData,employeeType,faxNumber,identities,imAddresses,lastPasswordChangeDateTime,licenseAssignmentStates,onPremisesExtensionAttributes,otherMails,passwordPolicies,passwordProfile,postalCode,proxyAddresses,streetAddress,userType,manager" } ``` Valid JSON Path would be something like `$.['@odata.context']` but this doesn't work on the website

I had the same issue, I didn't dive in too far. I ended up just installing rundeck locally and manually configuring everything instead of using this docker build :/

Verified this happens on Linux as well (Ubuntu atleast)

> Welcome. We're excited about the possibility of you making a contribution! > > I would recommend waiting until #188 is merged before getting started as it changes some of...

Not sure if you all want to do this or not, but it did fix my pretty niche issue.

Ended up being a threading issue as we have multiple queries with a "Users" identifier being run. Lots of potential fixes, easiest I thought was to just give the Temp...

Hmm it's almost like we may need to add some tests to CI :O https://github.com/meltano/meltano/runs/7509637290?check_suite_focus=true Looks to fail on the `Install Dependencies` task but the job continues to run properly....

Going to focus first on why the https://github.com/meltano/meltano/runs/7509637290?check_suite_focus=true "Install Dependencies" task isn't reporting a failure to github actions. This is strange to me running the command locally seems to fail...