In CDF, when we click on any Asset , there is a file tab, where it shows Appears In and Linked files for that asset.But the Count is not matching with list of files its showing for Appears In.In the below screenshot, the appears in count showing as 20. But only 16 files were listed.
Hi, In Cognite AIR, I have put in my phone number and e-mail adress. According to the instructions, this should give me notifications on SMS rather than e-mail. However, I still receive (somewhat delayed) notifications on e-mail.Is there a way to test the SMS functionality to confirm that it is actually working?
Hi,I am using https://cognite-learn.fusion.cognite.com/ and wanted to see the functionality of PI extractor ingestion. I downloaded the extractor and installed . As it requires API key for CDF project , trying to find out option of creating service account in Cognite Data Fusion. It seems like I cant create new group. Can you please help to get api-key?Also wanted to know if using cognite-learn we can test complete extractor functionality end to end. Thanks,Niranjan.
Hi,I am starting the hands on labs and need the secret key. After sending email to support@cognite, i failed to receive the support key. Pls advise. Varun
Hi, Just wanted to know if there's any way to use Cognite UI Apps instead of we developing custom UI App. If yes, could you please let us know the process and how to use it?
Hello @brendan Buckbee at Celanese has created a chart for the 12 month, but gets an error message. Is there any way that this can be created into a chart. I have attached a screenshot of the calcs. cc: @Kylie R
Hi, In the AIR application, one can choose to see the relevant time series for 5 years, 1 year, 6 months, 1 month, and “Custom”. When clicking “Custom”, a date choosing panel shows up. When selecting the end date, the application freezes, and one has to refresh the application to get it back. (Feilkode: RESULT_CODE_HUNG)
Hi. How can I get aggregated values from synthetic timeseries fields on templates? Intuitively, I would expect the “datapointsWithGranularity” operator in the graphQL query to give me this, but I get the same results as for the “datapoints” operator. Should the aggregation type and granularity be part of the definition of the synthetic timeseries field in the template? If so, how?
Hi! I’m curious what is the best practice to do this basic thing and visualize on Grafana ( ideally without code): With a flow transmitter, summarize the total volume per day or week. Correct the above against a threshold or a running signal. Ie. I now when the flow should be 0Here’s how I do nr 1, it feels a bit like a hack. Nr2 I am solving with Functions in CDF, however it would be nice if there’s a quick way of doing it without code, The query looks like this: 24*ts{externalId="arba:one:s=0:PLC_03!Vc_S07_200_FT01_PV", alignment=1653386400000}-Should the alignment be at the middle of the day, 12:00, or at midnight 00:00? When we get back to wintertime, it will be off by one hour..
After confirmation from @Geir Engdahl, is there any plans for developing models where application developers can attach data to users, like preferences or even work orders?
I am doing some ETL jobs in Azure Databricks and have successfully managed to use Cognite’s Spark Data Source to read and write time-series, datapoints etc from and to CDF. I know that databricks itself is a cloud platform. However, it is interesting for me to be able to run some or all of the jobs locally during development phase. I wonder if it is still possible to somehow test-run Spark jobs locally? The configuration does not seem to be trivial. I played a little bit with PySpark, and I was able to run it on my Mac but I could not create a connection to “cognite.spark.v1” to read or write data. Do you know if it is possible to perform such operation? If not, what would you suggest?
Hi community!I got a query from our customer that they’d like to control the float precision in Chart.I found “Round” function in “Operators” and confirmed applying that indsl to the timeseries data does work.But I’d like to ask if there is any other, easier, way because creating function per every timeseries data is a bit boring.Thanks!
Hi,Is possible to make a sql query to an external SQL server from a Cognite Function?
Can the default option be that the week start on a Monday, or maybe give the user the ability to say what day is the first day of the week? This probably varies in different parts of the world. Where I work and live and do things; Monday is always the first day of the week :).
Hi, Both a colleague of mine and I keep getting the following message for the first 10-30 seconds when we try to view the list of public charts : “Could not load chartsFirebasError: {code=permission-denied]: Missing or insufficient permissions.”After some time, the list of public charts appear. This time interval can vary between a few seconds and up to over a minute. Other colleagues of us are not experiencing this issue. It seems strange that the error only occurs for a short time, but it reappears every time we try to open public charts. We have tried deleting all cookies in the web browser without this affecting the issue. Do you have any clue what could cause this?
I am getting the error during transformation click after OIDC set upPlease guide me where i am missing the step.
Currently when fetching datapoints from multiple timeseries, the Python Cognite-SDK splits up the requests into one request per timeseries, while the underlying CDF API supports up to 100 timeseries per requests. This slows down fetching multiple timeseries, which is a problem when you display multiple timeseries (or aggregated of timeseries) in a frontend application.
Hi,If you are to share a chart today, you have to share it with everyone. Are there any plans for making it possible to share it with a specific group? The reason for asking is that we have a project that is interested in using charts, but they only want to share their charts with their own users. Ola
We are currently migrating to OIDC where we need to give access through access groups linked to Azure AD.On our Statnett cluster it seems that a user needs to explicitly be member of a group “transformations” in order to to delete (or edit) a transformation.The admin group has the capabilities (on “test”) {'transformationsAcl': {'actions': ['READ', 'WRITE'], 'scope': {'all': {}}}}]But we need to login to the legacy login without OIDC and have a service account linked explicitly to the group “transformations” in order to delete a transformation. The group “transformations” has no capabilities set.I have tried both Fusion and the API/python-SDK (read is possible):CogniteAPIError: Transformation not found. This may also be due to insufficient access rights. | code: 403 | X-Request-ID: b7c0beb6-d3e0-9ec4-ba50-895533ac1996
At release, will Schema Services support being federated into a GraphQL schema, like with Hot Chocolate or Apollo? This is how we are planning to utilize combining what is available in CDF with what we are providing in our GraphQL schemas and I was assuming this is feasible. But, a dev mentioned that the downstream services have to support being federated for it to be made available at the federation gateway. If you are using Lighthouse for your implementation, then I see it has preview support for being federated, but I need to confirm you will configure it this way or whatever you may be using will support being federated. Thanks!
Hei!In the current schema setup, I might make a query such as this:The terms ‘edges’ and ‘node’ is a bit confusing to me. I’m not sure what they really mean in this context (I understand it from a graph db point of view, but its a bit confusing from other points. I might expect something like this instead{ listAsset() { items { externalId } pageinfo { cursor, ... } }} Curious to hear your thoughts on this :)
Hi, I am trying to use templates to model domain specific connections between assets and time series in CDF, and I have come across an issue that I would like some feedback on.If I have the following schema type:type StringOrNumber @template { Asset: Asset NumericTS: TimeSeries}and do the following query:query StringOrNumber { stringOrNumberQuery { items { NumericTS { __typename isString datapoints(limit: 1) { __typename timestamp value } } } }}then the datapoint output __typename has the value “DatapointString” even though the timeseries is not a string timeseries:{ "data": { "stringOrNumberQuery": { "items": [ { "NumericTS": { "__typename": "TimeSeries", "isString": false, "datapoints": [ { "__typename": "DatapointString", "timestamp": 1634534671570, "value": 14.3
What is best practice for global error-handling in the JS-SDK?
Hi.I am following the course “Working with CDF: Integrate” and I am currently trying to create a transfrom job for the IFSDB data set. The problem is that when I go to “Schedule and run” after I have run the preview, I get an error message saying “Selected recipe is invalid. Starting av transformation job is at your own risk.”, and the Transform-button is unavailable.Please advise.RegardsLars Kjetil Sørhus
For the Retrieve data points API and a few other API’s that allow date range input, we are able to specify a string where, “The format is N[timeunit]-ago where timeunit is w,d,h,m,s.” This is able to specify a time in the past. I am now trying to specify end as “-365d-ago” to set a date 365 days in the future, but this is giving an error.Is there another syntax available for specifying future dates?N[timeunit]-afterNow?365d-afterNow?
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
Sorry, our virus scanner detected that this file isn't safe to download.